Skip to content
Snippets Groups Projects
Commit 39ba328f authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent 9587af7c
No related merge requests found
/*global VuFind */ /*global htmlEncode, VuFind */
function checkSaveStatuses(container) { function checkSaveStatuses(container) {
if (typeof(container) == 'undefined') { if (typeof(container) == 'undefined') {
......
/*global btoa, console, hexEncode, isPhoneNumberValid, Lightbox, rc4Encrypt, unescape, VuFind */ /*global btoa, console, hexEncode, isPhoneNumberValid, Lightbox, rc4Encrypt, unescape */
// IE 9< console polyfill // IE 9< console polyfill
window.console = window.console || {log: function () {}}; window.console = window.console || {log: function () {}};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment