X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=src%2Fyuu%2Fdirector.js;h=cdba62cefb86282a3439a56ab8e12da92195c9bd;hp=385a3e7970a8287a5c2b5fc28ba1e56dd5cf2be7;hb=5b542bda6765c3dc032990f18ea86958b9e9ece6;hpb=f274a6a50b184cc031636e7ef8da89d0da696cc5 diff --git a/src/yuu/director.js b/src/yuu/director.js index 385a3e7..cdba62c 100644 --- a/src/yuu/director.js +++ b/src/yuu/director.js @@ -373,7 +373,7 @@ yuu.downloadURL( yuu.canvas.toDataURL("image/png"), document.title + " (" + date + ").png"); - this.toast("\uf030", 0.5, "screenshot"); + this.toast("📷", 0.5, "screenshot"); } catch (exc) { var dialog = yuu.showError(exc); if (dialog) @@ -580,13 +580,6 @@ } }, elements); - yf.each(function (a) { - a.onclick = function (event) { - yuu.openURL(this.href); - yuu.stopPropagation(event, true); - }; - }, element.querySelectorAll("a[href]:not([yuu-href-internal])")); - this._director = director; element.className = className + " " + this.animation; @@ -681,7 +674,7 @@ yuu.defaultKeybinds.bind("f11", "++fullscreen"); yuu.defaultKeybinds.bind("f12", "screenshot"); yuu.defaultKeybinds.bind( - "control+s", "++mute && toast \uf026 1 mute || toast \uf028 1 mute"); + "control+s", "++mute && toast 🔈 1 mute || toast 🔊 1 mute"); var director = yuu.director = new yuu.Director(); /** The standard director */