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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-2 / +1 lines)
Lines 69-75 Link Here
69
    <script type="text/javascript">
69
    <script type="text/javascript">
70
        //<![CDATA[
70
        //<![CDATA[
71
            var AUDIO_ALERT_PATH = '[% interface %]/[% theme %]/sound/';
71
            var AUDIO_ALERT_PATH = '[% interface %]/[% theme %]/sound/';
72
            var AUDIO_ALERTS = JSON.parse( '[% AudioAlerts.AudioAlerts | replace( "'", "\\'" ) %]' );
72
            var AUDIO_ALERTS = JSON.parse( '[% AudioAlerts.AudioAlerts.raw | replace( "'", "\\'" ) %]' );
73
        //]]>
73
        //]]>
74
74
75
        $( document ).ready(function() {
75
        $( document ).ready(function() {
76
- 

Return to bug 15734