fixing InsertMacroSplitButton typo in jquery selector causing javascript errors.
fixing modal $.browser checks to not cause console errors due to deprecated browser object in jquery 1.9+.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
//be the previous element with the class .sbMenu
|
||||
var splitButtons = $('.sbPlaceHolder', container);
|
||||
splitButtons.each(function() {
|
||||
var menu = $(this).prev(".sbMenu;");
|
||||
var menu = $(this).prev(".sbMenu");
|
||||
$(this).find("a.sbLink").splitbutton({ menu: menu });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user