}
});
- /**
- * @deprecated 5.2 Use `WoltLabSuite/Core/Ui/Smiley/Insert` instead.
- */
- WCF.Message.Smilies = Class.extend({
- init: function (editorId) {
- require(['WoltLabSuite/Core/Ui/Smiley/Insert'], function(UiSmileyInsert) {
- new UiSmileyInsert(editorId);
- });
- }
- });
-
/**
* Provides an inline message editor.
*
}
});
-/**
- * Provides buttons to share a page through multiple social community sites.
- *
- * @deprecated 3.0 - please use `WoltLabSuite/Core/Ui/Message/Share` instead
- */
-WCF.Message.Share.Page = Class.extend({
- init: function() {
- require(['WoltLabSuite/Core/Ui/Message/Share'], function(UiMessageShare) {
- UiMessageShare.init();
- });
- }
-});
-
/**
* Provides a specialized tab menu used for message options, integrates better into the editor.
*/