diff --git a/client/modules/view.js b/client/modules/view.js index c5014651..844d5621 100644 --- a/client/modules/view.js +++ b/client/modules/view.js @@ -44,8 +44,7 @@ const basename = (a) => a.split('/').pop(); let El, TemplateAudio, Overlay; const Config = { - beforeShow: function(callback) { - //this.title = encode(this.title); + beforeShow: (callback) => { Images.hide(); Key.unsetBind(); exec(callback);