mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
erase code intended to disable a message.
This commit is contained in:
parent
d8ef4bfb37
commit
2bf39091c5
1 changed files with 0 additions and 4 deletions
|
|
@ -637,10 +637,6 @@ class ncenterliteController extends ncenterlite
|
|||
}
|
||||
}
|
||||
|
||||
Context::addHtmlFooter('<script>');
|
||||
if($config->message_notify != 'N') Context::addHtmlFooter('window.xeNotifyMessage = function() {};');
|
||||
Context::addHtmlFooter('(function(){setTimeout(function(){var s = jQuery(document).scrollTop();jQuery(document).scrollTop(s-30);}, 700);})();</script>');
|
||||
|
||||
$this->_addFile();
|
||||
$html = $this->_getTemplate();
|
||||
$output_display = $html . $output_display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue