Advertisement
Bassama

loadmenu

Mar 5th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function() {
  2.     if (!isConnected()) goToLogin();
  3.     else {
  4.         getStatusSession();
  5.         updateMainPage();
  6.         showHome();
  7.        
  8.         document.title = mainLangData[langId].titlePage;
  9.         $("#version").text(mainLangData[langId].version);
  10.        
  11.         $(".flexy-menu").flexymenu({
  12.             speed: 200, type: "vertical", indicator: true, hideClickOut:false
  13.         });
  14.     }
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement