Remove unused DEBUG variable from pets/bulk.js
Huh, I wonder what that used to do! Oh well!
This commit is contained in:
parent
a14c4fca48
commit
0f7b01bec3
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
var DEBUG = document.location.search.substr(0, 6) == "?debug";
|
||||
|
||||
/* Bulk pets form */
|
||||
(function () {
|
||||
var form = $("#bulk-pets-form"),
|
||||
|
|
Loading…
Reference in a new issue