gui: Update Angular to 1.3.20, enable $applyAsync (fixes #4918)
This commit is contained in:
committed by
Audrius Butkevicius
parent
a94aceb22f
commit
3b5e1fa0fc
@@ -21,6 +21,7 @@ syncthing.config(function ($httpProvider, $translateProvider, LocaleServiceProvi
|
||||
var deviceIDShort = metadata.deviceID.substr(0, 5);
|
||||
$httpProvider.defaults.xsrfHeaderName = 'X-CSRF-Token-' + deviceIDShort;
|
||||
$httpProvider.defaults.xsrfCookieName = 'CSRF-Token-' + deviceIDShort;
|
||||
$httpProvider.useApplyAsync(true);
|
||||
|
||||
// language and localisation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user