This should make jquery.js of a theme no longer be included for the default backend.
Custom backends would now use jquery_backend.js if they really wanted to provide their own. References #166
This commit is contained in:
@ -4,6 +4,15 @@
|
||||
Version 2.0-beta3 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Due to distinction of backend and frontend themes, each theme
|
||||
that provides a custom jquery.js now only does so for the
|
||||
frontend. The backend now listens to a:
|
||||
|
||||
$serendipity['capabilities']['jquery_backend'] = false;
|
||||
|
||||
variable, and the file needs to be jquery_backend.js that
|
||||
a backend theme would reference to.
|
||||
|
||||
* Changed 2k11's config.inc.php file to provide a more stable
|
||||
call of event hooks so that other templates can also hook
|
||||
their own events.
|
||||
|
Reference in New Issue
Block a user