// In the style of pages/js/start.js /* This Source Code Form is - TopicsExpress



          

// In the style of pages/js/start.js /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at mozilla.org/MPL/2.0/. */ $(function() { use strict; /** * For the main page */ var bid = BrowserID, helpers = bid.Helpers, user = bid.User, dom = bid.DOM, network = bid.Network, path = document.location.pathname || /, mediator = bid.Mediator, dialogHelpers = bid.Helpers.Dialog, moduleManager = bid.module, modules = bid.Modules, CookieCheck = modules.CookieCheck, XHRDelay = modules.XHRDelay, XHRDisableForm = modules.XHRDisableForm, Development = modules.Development, ANIMATION_TIME = 500, checkCookiePaths = [ /add_email_address, /confirm, /verify_email_address ]; network.init(); user.init(); moduleManager.register(cookie_check, modules.CookieCheck); moduleManager.start(cookie_check, { ready: function(status) { if(!status) return;
Posted on: Tue, 02 Dec 2014 22:18:13 +0000

Trending Topics



Recently Viewed Topics




© 2015