1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

X-editable upgraded to v1.5.1. e-expandit class now uses slideToggle() jquery method. AdminUI: tag fields can now be edited inline even if empty.

This commit is contained in:
Cameron
2015-06-07 20:28:00 -07:00
parent b90e0abcd9
commit 0c9350a3cc
5 changed files with 218 additions and 23 deletions

View File

@@ -88,8 +88,8 @@ $(document).ready(function()
$('div.e-container').editable({
selector: '.e-editable'
});
selector: '.e-editable',
});
// $('.e-editable').editable();