$(function() { setOuterBox(); if(browseType == 'bysearch') ajaxGetSearchForm(); if($('#taskList thead th.w-name').width() < 150) $('#taskList thead th.w-name').width(150); }); function setQueryBar(queryID, title) { var $tagTab = $('#featurebar #calendarTab').size() > 0 ? $('#featurebar #calendarTab') : $('#featurebar #kanbanTab'); $tagTab.before("
  • " + title + "
  • "); } $('#module' + moduleID).addClass('active'); $('#product' + productID).addClass('active');