We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a8d6e commit 3d466f1Copy full SHA for 3d466f1
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