Skip to content

Commit

Permalink
修复jenkinsTokens undefined 的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liying2008 committed Mar 31, 2019
1 parent d0460df commit d2a22ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ new Vue({
_self.nodeRefreshTime = result.nodeRefreshTime || 2;
_self.showNotificationOption = result.showNotificationOption;
_self.defaultTab = result.defaultTab;
_self.jenkinsTokens = result.jenkinsTokens;
_self.jenkinsTokens = result.jenkinsTokens || [];
_self.omniboxJenkinsUrl = result.omniboxJenkinsUrl;
_self.nodeParam = result.nodeParam;
_self.jobStatsJenkinsUrl = result.jobStatsJenkinsUrl;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "__MSG_pluginDesc__",
"author": "LiYing",
"homepage_url": "https://github.com/liying2008/jenkins-helper",
"version": "1.1.5",
"version": "1.1.6",
"minimum_chrome_version": "45",
"default_locale": "en",
"omnibox": {
Expand Down

0 comments on commit d2a22ec

Please sign in to comment.