View | Details | Raw Unified | Return to bug 21766
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc (-2 / +1 lines)
Lines 69-75 Link Here
69
[% IF Koha.Preference('AudioAlerts') || AudioAlertsPage %]
69
[% IF Koha.Preference('AudioAlerts') || AudioAlertsPage %]
70
    <script type="text/javascript">
70
    <script type="text/javascript">
71
        //<![CDATA[
71
        //<![CDATA[
72
            var AUDIO_ALERT_PATH = '[% interface | uri %]/[% theme | uri %]/sound/';
72
            var AUDIO_ALERT_PATH = '[% interface | url %]/[% theme | uri %]/sound/';
73
            var AUDIO_ALERTS = JSON.parse( '[% To.json(AudioAlerts.AudioAlerts) %]' );
73
            var AUDIO_ALERTS = JSON.parse( '[% To.json(AudioAlerts.AudioAlerts) %]' );
74
        //]]>
74
        //]]>
75
75
76
- 

Return to bug 21766