mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
- fix js exception with web services in POST mode
- added accessor for registered scripts in template - added css rule for plugins (images in the categoryActions) it was previsously there but it dissapeared with the sprites git-svn-id: http://piwigo.org/svn/trunk@8449 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -899,6 +899,11 @@ class ScriptLoader
|
||||
$this->head_done_scripts = array();
|
||||
$this->did_head = false;
|
||||
}
|
||||
|
||||
function get_all()
|
||||
{
|
||||
return $this->registered_scripts;
|
||||
}
|
||||
|
||||
function add_inline($code, $require)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user