Skip to content

Commit

Permalink
#29 Remove unused option optimisationsForNonJiraPages
Browse files Browse the repository at this point in the history
  • Loading branch information
mishani0x0ef committed Nov 4, 2017
1 parent 73c65b8 commit e2fc9d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ export default class GeneralSettings {
this.autoIssueSummary = {
enabled: true
};
this.optimisationsForNonJiraPages = {
enabled: true
};
}
}
8 changes: 0 additions & 8 deletions ReportJ.Extension.Chrome/app/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ <h4>General</h4>
<input type="checkbox" ng-change="saveSettings()" ng-model="generalSettings.autoIssueSummary.enabled"> Automatically add issue summary to "Log Work" reports.
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-change="saveSettings()" ng-model="generalSettings.optimisationsForNonJiraPages.enabled">
<span>Optimise performance for non-jira pages.</span>
<span class="glyphicon glyphicon-question-sign"
title="You may want to disable this option to avoid console error from ReportJ on non-jira pages (useful for devs). However disabling isn't recommended."></span>
</label>
</div>
</div>

<h4>Templates</h4>
Expand Down

0 comments on commit e2fc9d5

Please sign in to comment.