Skip to content

Commit 8ed881f

Browse files
committed
Let's test for beta.2
1 parent a278536 commit 8ed881f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CSXS/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<HostList>
1010
<!-- Uncomment Host tags according to the apps you want your panel to support -->
1111
<!-- Photoshop -->
12-
<Host Name="PHXS" Version="[14.0,14.9]" />
13-
<Host Name="PHSP" Version="[14.0,14.9]" />
12+
<Host Name="PHXS" Version="14.0" />
13+
<Host Name="PHSP" Version="14.0" />
1414
<!-- Illustrator -->
1515
<!-- <Host Name="ILST" Version="[17.0,17.9]" /> -->
1616
<!-- InDesign -->

scripts/coffee/commands/griddify.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ module.exports = griddify = (direction, spacing) ->
6262

6363
bounds[i] = b.value
6464

65-
6665
if direction is 'right'
6766

6867
start = bounds[0]

scripts/coffee/panel/panel.coffee

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ panel.updateNotifier.init
1414

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

17-
panel.setPersistency on, "Griddify"
17+
# This seems to completely mess up with the plugin's cache,
18+
# so I'm just gonna leave it off for now
19+
# panel.setPersistency on, "Griddify"

0 commit comments

Comments
 (0)