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

(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.keepConditions.js (-3 / +2 lines)
Lines 1531-1537 var KeepConditions = (function () { Link Here
1531
        action: function action(e, dt, node, config) {
1531
        action: function action(e, dt, node, config) {
1532
            var dtLanguage = dt.settings()[0].oLanguage.keepConditions,
1532
            var dtLanguage = dt.settings()[0].oLanguage.keepConditions,
1533
                conditionsHash = dt.settings()[0].oKeepConditions.structureHash(true),
1533
                conditionsHash = dt.settings()[0].oKeepConditions.structureHash(true),
1534
                copyThis = document.location.protocol + '//' + document.location.host + (document.location.port.length ? ':' + document.location.port : '') + document.location.pathname + '#' + conditionsHash,
1534
                copyThis = document.location.protocol + '//' + document.location.host + document.location.pathname + '#' + conditionsHash,
1535
                success,
1535
                success,
1536
                language = {
1536
                language = {
1537
                btnNoHashTitle: dtLanguage.btnNoHashTitle || 'No Conditions',
1537
                btnNoHashTitle: dtLanguage.btnNoHashTitle || 'No Conditions',
Lines 1581-1584 var KeepConditions = (function () { Link Here
1581
            }
1581
            }
1582
        }
1582
        }
1583
    };
1583
    };
1584
})(window, document, jQuery);
1584
})(window, document, jQuery);
1585
- 

Return to bug 27467