Merge pull request #121 from joshuaboniface/syntax-error
Fix syntax error in site.js
This commit is contained in:
commit
134f0ad24c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ var Dashboard = {
|
|||
loginPage = "login.html";
|
||||
}
|
||||
Dashboard.navigate(loginPage);
|
||||
}
|
||||
})
|
||||
},
|
||||
getConfigurationPageUrl: function(name) {
|
||||
return "configurationpage?name=" + encodeURIComponent(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue