mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-27 21:41:10 -05:00
codeformatter
This commit is contained in:
parent
d42b171303
commit
dc7602f13c
@ -23,9 +23,9 @@ ST.show = function() {
|
|||||||
|
|
||||||
ST.expand = function() {
|
ST.expand = function() {
|
||||||
$('.expand').click(function() {
|
$('.expand').click(function() {
|
||||||
if($('.paste').hasClass('full')) {
|
if ($('.paste').hasClass('full')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
var window_width = $(window).width();
|
var window_width = $(window).width();
|
||||||
var spacer = 20;
|
var spacer = 20;
|
||||||
if (window_width < 900) {
|
if (window_width < 900) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user