Skip to content

Commit

Permalink
Testing commit: import github, gitlab, and bitbucket scripts in detec…
Browse files Browse the repository at this point in the history
…t-enterprise.js
  • Loading branch information
maximmig committed Jan 30, 2020
1 parent 1adfcf6 commit d9b6174
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bitbucket-public.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import toolboxify from './bitbucket';

if (!window.hasRun) {
window.hasRun = true;

toolboxify();
}
7 changes: 7 additions & 0 deletions github-public.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import toolboxify from './github';

if (!window.hasRun) {
window.hasRun = true;

toolboxify();
}
7 changes: 7 additions & 0 deletions gitlab-public.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import toolboxify from './gitlab';

if (!window.hasRun) {
window.hasRun = true;

toolboxify();
}

0 comments on commit d9b6174

Please sign in to comment.