%PDF- %PDF-
| Direktori : /home/gachan/www/wp-content/plugins/sitepress-multilingual-cms/res/js/ |
| Current File : /home/gachan/www/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js |
icl_lang = icl_vars.current_language;
icl_home = icl_vars.icl_home;
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
function icl_retry_mtr(a){
var id = a.getAttribute('id');
spl = id.split('_');
var loc = location.href.replace(/#(.*)$/,'').replace(/(&|\?)(retry_mtr)=([0-9]+)/g,'').replace(/&nonce=([0-9a-z]+)(&|$)/g,'');
if(-1 == loc.indexOf('?')){
url_glue='?';
}else{
url_glue='&';
}
location.href=loc+url_glue+'retry_mtr='+spl[3]+'&nonce='+spl[4];
return false;
}