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 9d2ae22 commit 7dd732fCopy full SHA for 7dd732f
views/default/forms/object/question/moveToDiscussion.js
@@ -6,7 +6,6 @@ define(function() {
6
$(document).on('click', '#questions-move-to-discussions', function() {
7
8
var text = $(this).attr('rel');
9
- console.log(text);
10
if (!confirm(text)) {
11
return false;
12
}
0 commit comments