Updating minified JavaScript files
authorwoltlab.com <woltlab@woltlab.com>
Sat, 27 Aug 2016 16:47:19 +0000 (18:47 +0200)
committerwoltlab.com <woltlab@woltlab.com>
Sat, 27 Aug 2016 16:47:19 +0000 (18:47 +0200)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/combined.min.js

index 02826a188d0d5cf5e6b008f965d2d04c80940d3c..8ce79e07083e363246739a409b2f93a0ed793a3e 100644 (file)
@@ -53,7 +53,7 @@ $.Redactor.prototype.WoltLabSize=function(){"use strict";return{init:function(){
 // WoltLabSmiley.js
 $.Redactor.prototype.WoltLabSmiley=function(){"use strict";return{init:function(){require(["EventHandler"],function(t){t.add("com.woltlab.wcf.redactor2","insertSmiley_"+this.$element[0].id,this.WoltLabSmiley._insert.bind(this))}.bind(this))},_insert:function(t){this.insert.html('<img src="'+t.path+'" class="smiley" alt="'+t.code+'">')}}};
 // WoltLabSource.js
-$.Redactor.prototype.WoltLabSource=function(){"use strict";return{init:function(){this.source.setCaretOnShow=function(){},this.source.setCaretOnHide=function(t){return t};var t=this.source.hide;this.source.hide=function(){t.call(this),setTimeout(this.focus.end.bind(this),100)}.bind(this);var e=this.source.$textarea[0],i=this.source.show;this.source.show=function(){i.call(this),e.selectionStart=e.selectionEnd=e.value.length}.bind(this)}}};
+$.Redactor.prototype.WoltLabSource=function(){"use strict";return{init:function(){this.source.setCaretOnShow=function(){},this.source.setCaretOnHide=function(t){return t};var t=this.source.hide;this.source.hide=function(){t.call(this),setTimeout(this.focus.end.bind(this),100),this.placeholder.enable()}.bind(this);var e=this.source.$textarea[0],i=this.source.show;this.source.show=function(){i.call(this),e.selectionStart=e.selectionEnd=e.value.length}.bind(this)}}};
 // WoltLabSpoiler.js
 $.Redactor.prototype.WoltLabSpoiler=function(){"use strict";return{init:function(){this.WoltLabBlock.register("woltlab-spoiler",!0),this.opts.activeButtonsStates["woltlab-spoiler"]="woltlabSpoiler",require(["WoltLabSuite/Core/Ui/Redactor/Spoiler"],function(t){new t(this)}.bind(this))}}};
 // WoltLabUtils.js