Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-12-09 11:51:00 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-12-09 11:51:00 +0300
commit79d1acf4bd17dc5b08d1089de76713ec355d7876 (patch)
tree3ff5173e171896b93b291890e5d2b9439ad3cd70 /layouts/feedback.html
parentc2b85f71ccd8bd095517e8f1eed48eeea87ecb8a (diff)
Add eslint to the codebase
Added/configured eslint
Diffstat (limited to 'layouts/feedback.html')
-rw-r--r--layouts/feedback.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/feedback.html b/layouts/feedback.html
index 2ea56cb8..bd945cef 100644
--- a/layouts/feedback.html
+++ b/layouts/feedback.html
@@ -229,7 +229,7 @@
};
var is_disqus_loaded = false;
- function loadDisqus() {
+ window.loadDisqus = function() {
if (!is_disqus_loaded){
is_disqus_loaded = true;
var disqusThread = document.getElementById('disqus_thread');