Github user robertkowalski commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/104#discussion_r19045456
--- Diff: app/addons/documents/views-queryoptions.js ---
@@ -129,6 +131,9 @@ define([
return;
}
+ // make sure we can not submit twice which results in chaos (and
no result ever)
+ $("#query-options-tray button[type=\"submit\"]").attr("disabled",
"disabled");
+
--- End diff --
You can also use ``this.$('#query-options-tray button[type="submit"]')` here
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---