Turn off cursor for IE Closes #4824
This commit is contained in:
parent
8eed83ab08
commit
884943f8a4
|
@ -1,5 +1,7 @@
|
||||||
jQuery(function($) {
|
jQuery(function($) {
|
||||||
|
|
||||||
|
$.blockUI.defaults.overlayCSS.cursor = 'default';
|
||||||
|
|
||||||
// wc_checkout_params is required to continue, ensure the object exists
|
// wc_checkout_params is required to continue, ensure the object exists
|
||||||
if (typeof wc_checkout_params === "undefined")
|
if (typeof wc_checkout_params === "undefined")
|
||||||
return false;
|
return false;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue