Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wwwroot/inc/interface-8021q.php
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ function renderObject8021QSyncPreview ($object, $vswitch, $plan, $C, $R, $maxdec
switchportInfoJS ($vswitch['object_id']); // load JS code to make portnames interactive
// Initialize one of the three popups: the data is ready.
$port_config = addslashes (json_encode (formatPortConfigHints ($vswitch['object_id'], $R)));
addJSText (<<<'END'
addJSText (<<<"END"
$(document).ready(function(){
var confData = $.parseJSON('$port_config');
applyConfData(confData);
Expand Down