From 8ed881fe9e349806d4932f080d9f27ccbd87155d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 May 2014 21:13:57 +0430 Subject: [PATCH] Let's test for beta.2 --- CSXS/manifest.xml | 4 ++-- scripts/coffee/commands/griddify.coffee | 1 - scripts/coffee/panel/panel.coffee | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) 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