2.0.7 Pre-release testing

This commit is contained in:
Trevor Squillario 2012-09-28 11:30:06 -04:00
parent 1cfe48e0d8
commit b4f7009ebf
11 changed files with 148 additions and 107 deletions

View file

@ -1,6 +1,7 @@
$(window).load(function () {
if ($.cookie('defaultsmwidth')) {
var width = $.cookie('defaultsmwidth');
smwidth = width;
resizeSMSection(width);
}
if ($.cookie('sidebar') && $.cookie('username') && $.cookie('passwordenc')) {