Skip to content

Missing code review #200

@trasherdk

Description

@trasherdk

Did someone check this before merge? #186

	            if($('#vboxPane').data('vboxConfig').enableHDFlushConfig) {
	                opts.push({
                        label: 'Ignore Flush Requests',
                        attrib: 'ignoreFlush',
                        runningEnabled: true,
	                });
	            }; // <----- Semicolon ??
	            if($('#vboxPane').data('vboxConfig').enableAdvancedConfig&&vboxMedia.formatSupportsDiscard(ma.medium.format)) {
	                opts[opts.length]={
                        label: 'Support Discard (TRIM)',
                        attrib: 'discard',
	                };
	            }; // <----- Semicolon ??
	            return opts;

In phpvirtualbox.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions