var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
if(typeof revslider_showDoubleJqueryError === "undefined") {
function revslider_showDoubleJqueryError(sliderID) {
var err = "
";
err += "
Oops...
";
err += "
";
err += "You have some jquery.js library include that comes after the Slider Revolution files js inclusion. ";
err += "To fix this, you can: 1. Set 'Module General Options' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on";
err += " 2. Find the double jQuery.js inclusion and remove it";
err += "