- 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:
rvelices
2011-01-03 05:28:08 +00:00
parent 6f99445d75
commit 7d6af12478
3 changed files with 13 additions and 3 deletions
+5
View File
@@ -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)
{