elements[i].onclick = function()

in apis/latest/scripts/ux.js [12:15]


      elements[i].onclick = function(e) {
        if(!$(e.target).is("a") && e.fromSnippet !== true)
          this.classList.toggle("expand")
      }