Skip to content

Commit 62ed9a9

Browse files
committed
* Restore multi-sheet Excel XML export for sandstorm
1 parent e8af97f commit 62ed9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/player.ls

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Check the activity stream to see the newly edited page!
241241
$ @ .attr title: 'Export...'
242242
$ document .on \click '#te_fullgrid tr:nth-child(2) td:first' ->
243243
SocialCalc.Keyboard.passThru = yes if vex?dialog.open
244-
isMultiple = SocialCalc._room is /\.[1-9]\d*$/
244+
isMultiple = SocialCalc._room is /[1-9]\d*$/
245245
vex?defaultOptions.className = 'vex-theme-flat-attack'
246246
vex?dialog.open do
247247
message: "Please choose an export format.#{

0 commit comments

Comments
 (0)