privilege.page.js 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 const yoho = require('yoho'); const $ = require('jquery'); $('.go-back-btn').click(function() { yoho.goBack({}, function() {}, function() {}); })