Skip to content

Commit 0e96cc0

Browse files
committed
Removes hack to set private flag by default (-> privacy plugin)
1 parent 6bf4dfc commit 0e96cc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assets/javascripts/app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ var App = (function ($, publ) {
1818
$("#history ul.details li:contains('Geometry')").hide();
1919
$("#history ul.details li:contains('Geometrie')").hide();
2020

21-
// Hack to set "private" flag by default
22-
$('#issue-form.new_issue #issue_is_private_wrap input[type="checkbox"]').attr("checked", "checked");
23-
2421
return;
2522
};
2623

0 commit comments

Comments
 (0)