Sha256: ccdb1d7239f7dd1abc406190c0e2c056550cc5b7a6c99b51e58cec1317da2f01
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 Bytes
Contents
Wando.toolbox.help ={ init:function(){ this.getUrl = this.getUrl(); }, launch:function(){ url = this.getUrl; length = this.getUrl.length; window.open("/video/" + url[length-2]+ "_" + url[length-1] + ".html","_blank") }, getUrl:function(){ var url = location.href.split("/"); return url; } }
Version data entries
4 entries across 4 versions & 1 rubygems