Fixed or disabled warnings
This commit is contained in:
parent
94a51921fd
commit
3d6fb5feec
11 changed files with 45 additions and 38 deletions
server
|
@ -11,7 +11,7 @@ angular.module('ffffng').factory('app', function (fs, config, _) {
|
|||
// urls beneath /internal are protected
|
||||
var internalAuth = auth.basic(
|
||||
{
|
||||
realm: "Knotenformular - Intern"
|
||||
realm: 'Knotenformular - Intern'
|
||||
},
|
||||
function (username, password, callback) {
|
||||
callback(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue