Skip to content

Commit c40b1cf

Browse files
authored
Merge branch 'master' into coc-20200106
2 parents bb93c87 + 2283d9b commit c40b1cf

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

databags/community_team_members.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
}
283283
],
284284
"name": "CC WordPress Themes",
285-
"repos": "creativecommons-base,wp-theme-cc-chapter,wp-theme-creativecommons.org,wp-theme-cc-commoners,wp-theme-cc-sotc,wp-theme-openglam,wp-theme-cctoolkit,wp-theme-summit,creativecommons-certificate"
285+
"repos": "creativecommons-base,wp-theme-cc-chapter,wp-theme-creativecommons.org,wp-theme-cc-commoners,wp-theme-cc-sotc,wp-theme-openglam,wp-theme-cctoolkit,wp-theme-summit,creativecommons-certificate,wp-plugin-vocabulary-blocks"
286286
},
287287
{
288288
"members": [

webpack/js/issue-finder.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import Vue from 'vue';
22
import {App} from './components'
33

44
$(document).ready(function () {
5-
window.app = new Vue(App)
5+
if (window.location.pathname == '/contributing-code/issue-finder/')
6+
window.app = new Vue(App)
67
})

webpack/package-lock.json

+3-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)