mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
codeformatter
This commit is contained in:
parent
d42b171303
commit
dc7602f13c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user