mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
do not include bootbox.min.js, make currenttab active if none is selected
This commit is contained in:
parent
85992322d7
commit
f95c9d6795
|
@ -117,7 +117,7 @@ class SeedDMS_Theme_Style extends SeedDMS_View_Common {
|
|||
echo '<script type="text/javascript" src="../views/'.$this->theme.'/vendors/noty/themes/default.js"></script>'."\n";
|
||||
echo '<script type="text/javascript" src="../views/'.$this->theme.'/vendors/jqtree/tree.jquery.js"></script>'."\n";
|
||||
echo '<script type="text/javascript" src="../views/'.$this->theme.'/vendors/bootbox/bootbox.min.js"></script>'."\n";
|
||||
echo '<script type="text/javascript" src="../views/'.$this->theme.'/vendors/bootbox/bootbox.locales.js"></script>'."\n";
|
||||
echo '<script type="text/javascript" src="../views/'.$this->theme.'/vendors/bootbox/bootbox.locales.min.js"></script>'."\n";
|
||||
if(!empty($this->extraheader['favicon']))
|
||||
echo $this->extraheader['favicon'];
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user