mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Admin theme upgrade fix
This commit is contained in:
@@ -20,7 +20,14 @@ $(document).ready(function()
|
||||
// $(this).css( 'cursor', 'pointer' )
|
||||
});
|
||||
|
||||
$.fn.editable.defaults.mode = 'popup';
|
||||
if($.fn.editable.defaults.mode)
|
||||
{
|
||||
$.fn.editable.defaults.mode = 'popup';
|
||||
}
|
||||
|
||||
$("#uiModal").draggable({
|
||||
handle: ".modal-header"
|
||||
});
|
||||
|
||||
|
||||
$('div.e-container').editable({
|
||||
|
Reference in New Issue
Block a user