stop logging navbar content
This commit is contained in:
parent
8f6db1c279
commit
206937340f
|
@ -204,7 +204,7 @@ if ( currentView != 'none' && currentView != 'login' ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setNavBar(data) {
|
function setNavBar(data) {
|
||||||
console.log(data);
|
//console.log(data);
|
||||||
if ( data.auth ) {
|
if ( data.auth ) {
|
||||||
if ( data.auth != auth_hash ) {
|
if ( data.auth != auth_hash ) {
|
||||||
// Update authentication token.
|
// Update authentication token.
|
||||||
|
|
Loading…
Reference in New Issue