mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR JS syntax errors
This commit is contained in:
parent
e28afcacc5
commit
bb7c128025
@ -71,7 +71,7 @@
|
||||
if (par.children('.child-flyout-indicator').length == 0) par.append('<span class="child-flyout-indicator"></span>').fadeIn();
|
||||
par.children('.child-flyout-indicator').fadeIn();
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
$('.cms-menu-list').entwine({
|
||||
|
@ -783,7 +783,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
||||
return {
|
||||
'src' : this.find(':input[name=URL]').val(),
|
||||
'width' : width ? parseInt(width, 10) : null,
|
||||
'height' : height ? parseInt(height, 10) : null,
|
||||
'height' : height ? parseInt(height, 10) : null
|
||||
};
|
||||
},
|
||||
getExtraData: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user