* Add project creation method.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
$(function()
|
||||
{
|
||||
$('#PRJMine1').click(function()
|
||||
{
|
||||
var PRJMine = $(this).is(':checked') ? 1 : 0;
|
||||
$.cookie('PRJMine', PRJMine, {expires:config.cookieLife, path:config.webRoot});
|
||||
window.location.reload();
|
||||
});
|
||||
});
|
||||
|
||||
$('#project<?php echo $programID;?>').addClass('active');
|
||||
$(".tree .active").parent('li').addClass('active');
|
||||
Reference in New Issue
Block a user