Skip to content

Commit e5406be

Browse files
committed
fix naming collision
1 parent 7aa383f commit e5406be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/site.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ var Hm_Ajax_Request = function() { return {
277277
return false;
278278
},
279279

280-
fail: function(xhr, not_callable, logout) {
281-
if (logout) {
280+
fail: function(xhr, not_callable, shouldLogout) {
281+
if (shouldLogout) {
282282
logout();
283283
return;
284284
}

0 commit comments

Comments
 (0)