Component=window.Component||{};Component.Tables=function(){var n={tables:".cke_editable table:not(.no-responsive)"};return{Init:function(){this.Bind()},Bind:function(){var i=this,t=$(n.tables);t.length&&t.each(function(){var n=$(this),t=n.find("tbody th").length?1:0,i=n.find("thead th"),r=n.find("tbody tr");r.each(function(){var n=$(this),r=n.find("td");r.each(function(n){var u=$(this),f=i.get(n+t),r;u.wrapInner('<span class="e-td-mobile" />');!f||(r=$('<span class="e-th-mobile" />'),r.text($(f).text()),u.prepend(r))})})})}}}()