codeformatter

This commit is contained in:
Claude 2012-04-14 15:09:20 +02:00
parent d42b171303
commit dc7602f13c

View File

@ -23,7 +23,7 @@ ST.show = function() {
ST.expand = function() {
$('.expand').click(function() {
if($('.paste').hasClass('full')) {
if ($('.paste').hasClass('full')) {
return false;
}
var window_width = $(window).width();