We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13a8d6e + 3d466f1 commit 2283d9bCopy full SHA for 2283d9b
webpack/js/issue-finder.js
@@ -2,5 +2,6 @@ import Vue from 'vue';
2
import {App} from './components'
3
4
$(document).ready(function () {
5
- window.app = new Vue(App)
+ if (window.location.pathname == '/contributing-code/issue-finder/')
6
+ window.app = new Vue(App)
7
})
0 commit comments