]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
Needed to add notice_id to selected fields ... :-(
[quix0rs-gnu-social.git] / js / util.js
index c31dde1e12dab494c53110cd8b891c73337ed3d9..9c727e9a5376b2cde9d5d9a2418ea57988dc6af0 100644 (file)
@@ -1383,7 +1383,7 @@ var SN = { // StatusNet
          * @param {String} tag
          */
         switchInputFormTab: function (tag, setFocus) {
-            if (typeof setFocus === 'undefined') { setFocus = True; }
+            if (typeof setFocus === 'undefined') { setFocus = true; }
             // The one that's current isn't current anymore
             $('.input_form_nav_tab.current').removeClass('current');
             if (tag != null) {