* adjust project task.

This commit is contained in:
zhujinyong
2013-01-21 08:11:03 +00:00
parent d6ecb98406
commit 890e80a8a0
5 changed files with 23 additions and 37 deletions
-18
View File
@@ -1,23 +1,5 @@
/* Browse by module. */
function browseByModule()
{
$('#querybox').addClass('hidden');
$('#featurebar .active').removeClass('active');
$('#bymoduleTab').addClass('active');
}
$(function()
{
$('#' + browseType + 'Tab').addClass('active');
if(browseType == 'bysearch') ajaxGetSearchForm();
$('.iframe').colorbox({width:900, height:400, iframe:true});
});
/* Browse by project. */
function browseByProject()
{
$('#querybox').addClass('hidden');
$('#byProjectTab').addClass('active');
$('#featurebar .active').removeClass('active');
}