Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix illegal character in get_image.js.php; trigger jQuery ready events
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin15 committed Aug 16, 2012
1 parent 1cb4d24 commit 6867d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions js/get_image.js.php
Expand Up @@ -135,3 +135,4 @@ function PMA_getImage(image, alternate, attributes) {

return retval;
};
//
3 changes: 1 addition & 2 deletions libraries/Header.class.php
Expand Up @@ -164,8 +164,7 @@ private function _addDefaultScripts()
// Append the theme id to this url to invalidate
// the cache on a theme change
$this->_scripts->addFile(
'get_image.js.php?theme='
. urlencode($_SESSION['PMA_Theme']->getId())
'get_image.js.php'
);
$this->_scripts->addFile('functions.js');
$this->_scripts->addCode(
Expand Down

0 comments on commit 6867d60

Please sign in to comment.