@ -478,7 +478,7 @@ $.fn.tab = function(parameters) {
if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && $tab.children().length > 0) {
setTimeout(function() {
let
var
$clone = $tab.children().clone(true)
;
$clone = $clone.not('script');
@ -17775,7 +17775,7 @@ $.fn.tab = function(parameters) {