do not include bootbox.min.js

This commit is contained in:
Uwe Steinmann 2022-05-31 14:27:05 +02:00
parent 7ba81f50e3
commit a91003d5fa
3 changed files with 0 additions and 6 deletions

View File

@ -606,8 +606,6 @@ $(document).ready( function() {
$repairobjects = $this->params['repairobjects'];
$this->enableClipboard = $this->params['enableclipboard'];
// $this->htmlAddHeader('<script type="text/javascript" src="../styles/'.$this->theme.'/bootbox/bootbox.min.js"></script>'."\n", 'js');
$this->htmlStartPage(getMLText("admin_tools"));
$this->globalNavigation();
$this->contentStart();

View File

@ -55,8 +55,6 @@ class SeedDMS_View_ReceiptSummary extends SeedDMS_Theme_Style {
$previewer = new SeedDMS_Preview_Previewer($cachedir, $previewwidth, $timeout);
$previewer->setConverters($previewconverters);
$this->htmlAddHeader('<script type="text/javascript" src="../styles/'.$this->theme.'/bootbox/bootbox.min.js"></script>'."\n", 'js');
$this->htmlStartPage(getMLText("my_documents"));
$this->globalNavigation();
$this->contentStart();

View File

@ -56,8 +56,6 @@ class SeedDMS_View_RevisionSummary extends SeedDMS_Theme_Style {
$previewer = new SeedDMS_Preview_Previewer($cachedir, $previewwidth, $timeout, $xsendfile);
$previewer->setConverters($previewconverters);
$this->htmlAddHeader('<script type="text/javascript" src="../styles/'.$this->theme.'/bootbox/bootbox.min.js"></script>'."\n", 'js');
$this->htmlStartPage(getMLText("my_documents"));
$this->globalNavigation();
$this->contentStart();