comment unused jquery

This commit is contained in:
wlx 2013-05-16 01:53:13 +00:00
parent 10cfd068be
commit 65123d8e7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$this->headTitle($this->config->title->site);
$this->headTitle($this->config->title->author);
$this->headTitle()->setSeparator(' - ');
$this->headScript()->appendFile('/js/jquery-1.7.min.js');
//$this->headScript()->appendFile('/js/jquery-1.7.min.js');
$this->headScript()->appendFile('/js/diffview.js');
$this->headScript()->appendFile('/js/difflib.js');
$this->headLink()->appendStylesheet('/css/admin.css');