mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
(trunk web) fix a leaked javascript variable
This commit is contained in:
parent
d147d93d2a
commit
d7bf2ee472
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ TransmissionRemote.prototype =
|
||||||
* or on a 409, globally set the X-Transmission-Session-Id and resend
|
* or on a 409, globally set the X-Transmission-Session-Id and resend
|
||||||
*/
|
*/
|
||||||
ajaxError: function(request, error_string, exception, ajaxObject) {
|
ajaxError: function(request, error_string, exception, ajaxObject) {
|
||||||
|
var token;
|
||||||
remote = this;
|
remote = this;
|
||||||
|
|
||||||
// set the Transmission-Session-Id on a 409
|
// set the Transmission-Session-Id on a 409
|
||||||
|
|
Loading…
Reference in a new issue