Current File : /home/pacjaorg/wpt.pacja.org/km/media/legacy/js/tabs-state.min.js |
/**
* @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/jQuery(function(r){r.urlParam=function(e){new RegExp("=$").exec(e)||(e=e+"=");var n=new RegExp("[\\?&]("+e+")([^&#]*)").exec(window.location.href);return n?n[1]:null},r.getXpath=function(e){if(typeof e=="string")return document.evaluate(e,document,null,0,null);if(!e||e.nodeType!=1)return"";if(e.id)return"//*[@id='"+e.id+"']";var n=[],f=n.filter.call(e.parentNode.children,function(u){return u.tagName==e.tagName}),i=[];return r.getXpath(e.parentNode)+"/"+e.tagName.toLowerCase()+(f.length>1?"["+(i.indexOf.call(f,e)+1)+"]":"")},r.findXpath=function(e,n){for(var f,i=[],u=document.evaluate(e,n||document,null,5,null);f=u.iterateNext();)i.push(f);return r(i)};var w=function(){function e(a,o){for(var t=0;t<a.length;t++)a[t].indexOf(o)>-1&&a.splice(t,1);return a}function n(){return window.location.href.toString().split(window.location.host)[1].replace(/&return=[a-zA-Z0-9%]+/,"").split("#")[0]}function f(a){if(window.sessionStorage){var o=n(),t=r(a.target).attr("href"),l=r.getXpath(r(a.target).closest(".nav-tabs").first().get(0));if(!(!l||typeof t>"u")){var d=l+"|"+t,s=JSON.parse(sessionStorage.getItem(o));if(s)e(s,l);else var s=[];s.push(d),sessionStorage.setItem(o,JSON.stringify(s))}}}var i=JSON.parse(sessionStorage.getItem(n())),u=r("a[data-bs-toggle='tab']");if(u.on("click",function(a){f(a)}),u.parent(".active").removeClass("active"),!i){var v=n().replace(/\&id=[0-9]*|[a-z]\&{1}_id=[0-9]*/,"");i=JSON.parse(sessionStorage.getItem(v)),sessionStorage.removeItem(v)}if(i!==null&&!window.location.hash)r.each(i,function(a,o){var t=o.split("|");r.findXpath(t[0]).find("a[data-bs-toggle='tab'][href='"+t[1]+"']").get(0).click()});else{var c=[];if(window.location.hash){u.parents("ul").each(function(a,o){var t=r(o).find("a[href='"+window.location.hash+"']");if(t.length){t.selector?c.push(t):c.push(t.first());var l=t.closest(".tab-pane");if(l){var d=l.attr("id");if(d){var s=r(l).find("a[href='#"+d+"']");s&&c.push(s)}}}s=null,t=null,l=null,d=null}),c.reverse();for(var h=0;h<c.length;h++)jQuery(c[h].selector).click();var p,m,g=window.location;"pushState"in history?history.pushState("",document.title,g.pathname+g.search):(p=document.body.scrollTop,m=document.body.scrollLeft,g.hash="",document.body.scrollTop=p,document.body.scrollLeft=m)}else u.parents("ul").each(function(a,o){r(o).find("a").first().click()})}};setTimeout(w,100)});