Turn off cursor for IE Closes #4824

This commit is contained in:
Mike Jolley 2014-02-17 12:09:35 +00:00 committed by Coen Jacobs
parent 8eed83ab08
commit 884943f8a4
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
jQuery(function($) {
$.blockUI.defaults.overlayCSS.cursor = 'default';
// wc_checkout_params is required to continue, ensure the object exists
if (typeof wc_checkout_params === "undefined")
return false;

File diff suppressed because one or more lines are too long