New version of jQuery

SVN:trunk[1966]
This commit is contained in:
Denis Flaven
2012-04-23 09:23:40 +00:00
parent dc3dc9e904
commit f1ae18afcf
2 changed files with 4 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ EOF
*/
public function add_ready_script($sScript)
{
$this->m_sReadyScript .= $sScript;
$this->m_sReadyScript .= $sScript."\n";
}
/**

View File

@@ -36,10 +36,9 @@ class NiceWebPage extends WebPage
{
parent::__construct($s_title);
$this->m_aReadyScripts = array();
$this->add_linked_script("../js/jquery-1.4.2.min.js");
$this->add_linked_stylesheet('../css/ui-lightness/jquery-ui-1.8.2.custom.css');
$this->add_style('body { overflow: auto; }');
$this->add_linked_script('../js/jquery-ui-1.8.2.custom.min.js');
$this->add_linked_script("../js/jquery-1.7.1.min.js");
$this->add_linked_stylesheet('../css/ui-lightness/jquery-ui-1.8.17.custom.css');
$this->add_linked_script('../js/jquery-ui-1.8.17.custom.min.js');
$this->add_linked_script("../js/hovertip.js");
// table sorting
$this->add_linked_script("../js/jquery.tablesorter.min.js");