mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Include auth relay in getNavBar request. COOKIES will expire so we need this.
This commit is contained in:
@@ -331,7 +331,7 @@ if ( currentView != 'none' && currentView != 'login' ) {
|
||||
}
|
||||
|
||||
function getNavBar() {
|
||||
$j.getJSON(thisUrl + '?view=request&request=status&entity=navBar')
|
||||
$j.getJSON(thisUrl + '?view=request&request=status&entity=navBar' + (auth_relay?'&'+auth_relay:''))
|
||||
.done(setNavBar)
|
||||
.fail(function(jqxhr, textStatus, error) {
|
||||
console.log("Request Failed: " + textStatus + ", " + error);
|
||||
|
||||
Reference in New Issue
Block a user