diff --git a/CSXS/manifest.xml b/CSXS/manifest.xml index a69a5e7..d3d728e 100644 --- a/CSXS/manifest.xml +++ b/CSXS/manifest.xml @@ -9,8 +9,8 @@ - - + + diff --git a/scripts/coffee/commands/griddify.coffee b/scripts/coffee/commands/griddify.coffee index f6dd5ef..73af312 100644 --- a/scripts/coffee/commands/griddify.coffee +++ b/scripts/coffee/commands/griddify.coffee @@ -62,7 +62,6 @@ module.exports = griddify = (direction, spacing) -> bounds[i] = b.value - if direction is 'right' start = bounds[0] diff --git a/scripts/coffee/panel/panel.coffee b/scripts/coffee/panel/panel.coffee index 0bcafeb..e689bf8 100644 --- a/scripts/coffee/panel/panel.coffee +++ b/scripts/coffee/panel/panel.coffee @@ -14,4 +14,6 @@ panel.updateNotifier.init updateUrl: "http://gelobi.org/griddify" -panel.setPersistency on, "Griddify" \ No newline at end of file +# This seems to completely mess up with the plugin's cache, +# so I'm just gonna leave it off for now +# panel.setPersistency on, "Griddify" \ No newline at end of file