Fixed js compile bug.

This commit is contained in:
chouseknecht 2013-08-16 11:44:51 -04:00
parent 9abb346946
commit 09a40fa087

View File

@ -229,7 +229,7 @@ angular.module('Utilities',[])
}).fadeIn();
$('.spinny').css({
top: y,
left: x,
left: x
}).fadeIn(500);
}
else {