Skip to content
Snippets Groups Projects
Commit 40957bb9 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'preocess-viewer' into 'master'

update js references

See merge request !44
parents 4c4034c7 2ef02d03
No related branches found
No related tags found
1 merge request!44update js references
Pipeline #1389 passed
...@@ -86,8 +86,8 @@ $aEnabledShellPlugins=$CI_plugins->getEnabledPlugins('shellcmd'); ...@@ -86,8 +86,8 @@ $aEnabledShellPlugins=$CI_plugins->getEnabledPlugins('shellcmd');
$sHeader.= count($aEnabledShellPlugins) $sHeader.= count($aEnabledShellPlugins)
? '' ? ''
."\n<!-- shellcmd plugins :: js files -->\n" ."\n<!-- shellcmd plugins :: js files -->\n"
.'<script src="/deployment/js/ubd.class.js"></script>'."\n" .'<script src="/vendor/axelhahn/js/ubd.class.js"></script>'."\n"
.'<script src="/deployment/js/addi.js"></script>'."\n" .'<script src="/vendor/axelhahn/js/addi.js"></script>'."\n"
: '' : ''
; ;
foreach ($aEnabledShellPlugins as $sPlugin){ foreach ($aEnabledShellPlugins as $sPlugin){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment