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 fc34282 commit 37214d0Copy full SHA for 37214d0
app/assets/javascripts/request_for_comments.js
@@ -65,6 +65,7 @@ $(document).on('turbolinks:load', function () {
65
// set editor mode (used for syntax highlighting
66
currentEditor.getSession().setMode($(editor).data('mode'));
67
currentEditor.setTheme(CodeOceanEditor.THEME);
68
+ console.log("Hi")
69
70
currentEditor.commentVisualsByLine = {};
71
setAnnotations(currentEditor, $(editor).data('file-id'));
@@ -73,6 +74,7 @@ $(document).on('turbolinks:load', function () {
73
74
currentEditor.getSession().setOption("useWorker", false);
75
console.log(currentEditor.getSession().getOption("useWorker"));
76
77
+
78
});
79
80
const handleAceThemeChangeEvent = function() {
0 commit comments