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();
|
if (par.children('.child-flyout-indicator').length == 0) par.append('<span class="child-flyout-indicator"></span>').fadeIn();
|
||||||
par.children('.child-flyout-indicator').fadeIn();
|
par.children('.child-flyout-indicator').fadeIn();
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.cms-menu-list').entwine({
|
$('.cms-menu-list').entwine({
|
||||||
|
@ -783,7 +783,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
|||||||
return {
|
return {
|
||||||
'src' : this.find(':input[name=URL]').val(),
|
'src' : this.find(':input[name=URL]').val(),
|
||||||
'width' : width ? parseInt(width, 10) : null,
|
'width' : width ? parseInt(width, 10) : null,
|
||||||
'height' : height ? parseInt(height, 10) : null,
|
'height' : height ? parseInt(height, 10) : null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
getExtraData: function() {
|
getExtraData: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user