Remove deprecated xeVid JS variable

This commit is contained in:
Kijin Sung 2020-07-03 00:54:20 +09:00
parent fde0160ca1
commit c588d02a22
3 changed files with 0 additions and 8 deletions

View file

@ -40,9 +40,6 @@
params._rx_ajax_compat = 'XMLRPC';
params._rx_csrf_token = getCSRFToken();
// Fill in the XE vid.
if (typeof(xeVid) != "undefined") params.vid = xeVid;
// Decide whether or not to use SSL.
var url = request_uri;
if ($.isArray(ssl_actions) && params.act && $.inArray(params.act, ssl_actions) >= 0) {
@ -324,9 +321,6 @@
params.act = action[1];
params._rx_csrf_token = getCSRFToken();
// Fill in the XE vid.
if (typeof(xeVid) != "undefined") params.vid = xeVid;
// Determine the request type.
if($.inArray(type, ["html", "append", "prepend"]) < 0) type = "html";
var self = $(this);