]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/modal.js
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / webcit / static / modal.js
index bd5de79603a410be1170662a92ad70ea61df111f..5b631b14b40f6acd1baa685ae10e916804239337 100644 (file)
@@ -69,7 +69,7 @@ if ( isSafari ) {
 // need to do some special stuff to handle MSIE.
 
 
-var toggleModal = function (b) {
+function toggleModal (b) {
 
        if (modalShowing && b) return;
        if (!modalShowing && !b) return;