pass vars via javascript, not html. Also fix broken pause img on IE
This commit is contained in:
parent
b9247f1dcc
commit
a428695f8e
4 changed files with 17 additions and 15 deletions
|
@ -86,7 +86,7 @@ if(x($_SESSION,'sysmsg')) {
|
|||
|
||||
// Feel free to comment out this line on production sites.
|
||||
$a->page['content'] .= $debug_text;
|
||||
$a->page['content'] .= '<div id="pause"><img src="" alt="" /></div>';
|
||||
$a->page['content'] .= '<div id="pause"></div>';
|
||||
// build page
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue