mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Remove deprecated xeVid JS variable
This commit is contained in:
parent
fde0160ca1
commit
c588d02a22
3 changed files with 0 additions and 8 deletions
|
|
@ -1178,7 +1178,6 @@ jQuery(function($){
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
evt.stopPropagation();
|
evt.stopPropagation();
|
||||||
|
|
||||||
if(is_def(window.xeVid)) params.vid = xeVid;
|
|
||||||
if(is_def(XE.loaded_popup_menus[params.menu_id])) return XE.displayPopupMenu(params, response_tags, params);
|
if(is_def(XE.loaded_popup_menus[params.menu_id])) return XE.displayPopupMenu(params, response_tags, params);
|
||||||
|
|
||||||
show_waiting_message = false;
|
show_waiting_message = false;
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,6 @@
|
||||||
params._rx_ajax_compat = 'XMLRPC';
|
params._rx_ajax_compat = 'XMLRPC';
|
||||||
params._rx_csrf_token = getCSRFToken();
|
params._rx_csrf_token = getCSRFToken();
|
||||||
|
|
||||||
// Fill in the XE vid.
|
|
||||||
if (typeof(xeVid) != "undefined") params.vid = xeVid;
|
|
||||||
|
|
||||||
// Decide whether or not to use SSL.
|
// Decide whether or not to use SSL.
|
||||||
var url = request_uri;
|
var url = request_uri;
|
||||||
if ($.isArray(ssl_actions) && params.act && $.inArray(params.act, ssl_actions) >= 0) {
|
if ($.isArray(ssl_actions) && params.act && $.inArray(params.act, ssl_actions) >= 0) {
|
||||||
|
|
@ -324,9 +321,6 @@
|
||||||
params.act = action[1];
|
params.act = action[1];
|
||||||
params._rx_csrf_token = getCSRFToken();
|
params._rx_csrf_token = getCSRFToken();
|
||||||
|
|
||||||
// Fill in the XE vid.
|
|
||||||
if (typeof(xeVid) != "undefined") params.vid = xeVid;
|
|
||||||
|
|
||||||
// Determine the request type.
|
// Determine the request type.
|
||||||
if($.inArray(type, ["html", "append", "prepend"]) < 0) type = "html";
|
if($.inArray(type, ["html", "append", "prepend"]) < 0) type = "html";
|
||||||
var self = $(this);
|
var self = $(this);
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@
|
||||||
var enforce_ssl = {$site_module_info->security === 'always' ? 'true' : 'false'};
|
var enforce_ssl = {$site_module_info->security === 'always' ? 'true' : 'false'};
|
||||||
var cookies_ssl = {config('session.use_ssl_cookies') ? 'true' : 'false'};
|
var cookies_ssl = {config('session.use_ssl_cookies') ? 'true' : 'false'};
|
||||||
var ssl_actions = [];
|
var ssl_actions = [];
|
||||||
var xeVid = null;
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue