mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
parent
a6aed5416f
commit
8b13a1c945
25 changed files with 188 additions and 130 deletions
|
@ -8,7 +8,8 @@ module.exports = function ($scope, SettingsService) {
|
|||
|
||||
// $scope.resetSettings = function () {
|
||||
// var title = 'Reset Settings';
|
||||
// var msg = 'Are you sure you want to revert all settings to their default values?';
|
||||
// var msg = 'Are you sure you want to revert all settings to ' +
|
||||
// 'their default values?';
|
||||
// var btns = [
|
||||
// {result: 'cancel', label: 'Cancel'},
|
||||
// {result: 'ok', label: 'OK', cssClass: 'btn-primary'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue