1
0
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:
Cameron
2013-03-16 14:30:53 -07:00
parent 204fb65b4b
commit 4f6b639ee9
4 changed files with 16 additions and 4 deletions

View File

@@ -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({