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 6cc642c commit b7f7ed3Copy full SHA for b7f7ed3
app/assets/javascripts/base.js
@@ -1,7 +1,3 @@
1
-Array.prototype.includes = function(element) {
2
- return this.indexOf(element) !== -1;
3
-};
4
-
5
window.CodeOcean = {
6
refresh: function() {
7
Turbo.visit(window.location.pathname);
0 commit comments