Skip to content

Commit e74e67b

Browse files
committed
Merge pull request #63 from jehhynes/master
Fix test code
2 parents 7d48079 + bd11362 commit e74e67b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Griddly/Scripts/griddly.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@
775775
else
776776
{
777777
var url = this.options.url + (this.options.url.indexOf("?") == -1 ? "?" : "&") + $.param(params, true);
778-
alert(url);
779778
window.location = url;
780779
}
781780
},

0 commit comments

Comments
 (0)