Skip to content

Commit

Permalink
Let's test for beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed May 22, 2014
1 parent a278536 commit 8ed881f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CSXS/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<HostList>
<!-- Uncomment Host tags according to the apps you want your panel to support -->
<!-- Photoshop -->
<Host Name="PHXS" Version="[14.0,14.9]" />
<Host Name="PHSP" Version="[14.0,14.9]" />
<Host Name="PHXS" Version="14.0" />
<Host Name="PHSP" Version="14.0" />
<!-- Illustrator -->
<!-- <Host Name="ILST" Version="[17.0,17.9]" /> -->
<!-- InDesign -->
Expand Down
1 change: 0 additions & 1 deletion scripts/coffee/commands/griddify.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = griddify = (direction, spacing) ->

bounds[i] = b.value


if direction is 'right'

start = bounds[0]
Expand Down
4 changes: 3 additions & 1 deletion scripts/coffee/panel/panel.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ panel.updateNotifier.init

updateUrl: "http://gelobi.org/griddify"

panel.setPersistency on, "Griddify"
# 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"

0 comments on commit 8ed881f

Please sign in to comment.