mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Merge branch 'master' of github.com:claudehohl/Stikked
This commit is contained in:
commit
736f039423
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user