Skip to content

Commit a19087f

Browse files
committed
Disable tooltip for testing
1 parent 30ffee4 commit a19087f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/javascripts/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $(document).on('turbo:load', function() {
6767
}
6868

6969
// Enable all tooltips
70-
$('[data-bs-toggle="tooltip"]').tooltip();
70+
// $('[data-bs-toggle="tooltip"]').tooltip();
7171

7272
// Enable sorttable again, as it is disabled otherwise by Turbolinks
7373
if (sorttable) {

app/assets/javascripts/editor/editor.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ var CodeOceanEditor = {
936936
},
937937

938938
initializeSideBarTooltips: function () {
939-
$('[data-bs-toggle="tooltip"]').tooltip()
939+
// $('[data-bs-toggle="tooltip"]').tooltip()
940940
},
941941

942942
initializeDescriptionToggle: function () {

0 commit comments

Comments
 (0)