fr:rapport:sidebar

Windows / Temps Réel

<js> function getQueryString(name) {

  name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
  var regexS = "[\\?&]" + name + "=([^&#]*)";
  var regex = new RegExp(regexS);
  var results = regex.exec(window.location.search);
  if (results == null)
    return null;
  return decodeURIComponent(results[1].replace(/\+/g, " "));
}

jQuery(“a[title='” + getQueryString(“id”) + “']”).css({backgroundColor: '#666666'}) </js>

  • fr/rapport/sidebar.txt
  • Dernière modification : 2020/11/03 17:25
  • de 127.0.0.1