* change show project as default setting.

* update show project and hide project icon.
This commit is contained in:
chencongzhi520@gmail.com
2013-01-29 06:33:18 +00:00
parent 6f1d979a7d
commit f64c9e7031
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
$(function()
{
if($.cookie('projectBar') != 'show')
if($.cookie('projectBar') == 'hide')
{
$('#project').hide();
setOuterBox();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB