mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: wrong track view header
This commit is contained in:
@@ -47,7 +47,7 @@ Discourse.Ajax = Em.Mixin.create({
|
||||
|
||||
if (_trackView && (!args.type || args.type === "GET")) {
|
||||
_trackView = false;
|
||||
args.headers['Discourse-Track-View'] = true;
|
||||
args.headers['HTTP_DISCOURSE_TRACK_VIEW'] = true;
|
||||
}
|
||||
|
||||
args.success = function(data, textStatus, xhr) {
|
||||
|
||||
Reference in New Issue
Block a user