We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf4dfc commit 0e96cc0Copy full SHA for 0e96cc0
assets/javascripts/app.js
@@ -18,9 +18,6 @@ var App = (function ($, publ) {
18
$("#history ul.details li:contains('Geometry')").hide();
19
$("#history ul.details li:contains('Geometrie')").hide();
20
21
- // Hack to set "private" flag by default
22
- $('#issue-form.new_issue #issue_is_private_wrap input[type="checkbox"]').attr("checked", "checked");
23
-
24
return;
25
};
26
0 commit comments