codeformatter

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

View File

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