Guest User

Untitled

a guest
Jun 29th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.$nextTick(function () {
  2.   let ThisTempo = this;
  3.   document.getElementById("btn-test").onclick = function () {
  4.     ThisTempo.appelAPI(baseUrl + "xwiki/spaces", ThisTempo.loadMenu);
  5.   };
  6.   var accordion = document.getElementsByClassName("accordion");
  7.   for (var i = 0; i < accordion.length; i++) {
  8.     accordion[i].onclick = function () {
  9.       ThisTempo.affiche_accordion(this);
  10.     };
  11.   }
  12. });
  13.  
Add Comment
Please, Sign In to add comment