* fix warning: jsRoot is not defined.

This commit is contained in:
xia0ta0
2014-08-20 10:48:02 +08:00
parent 57263b444d
commit 86adf69f6e
+4 -1
View File
@@ -10,7 +10,10 @@
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/datepicker.html.php';?>
<?php
$jsRoot = $this->app->getWebRoot() . "js/";
include '../../common/view/datepicker.html.php';
?>
<style>
#bysearchTab {transition: all .3s cubic-bezier(.175, .885, .32, 1);}
#bysearchTab.active {background: #fff; padding: 2px 10px 3px; padding-bottom: 2px\0; border: 1px solid #ddd; border-bottom: none}