UNPKG

ep_right_to_left

Version:

Make the text inside a Pad and Chat go from right to left

9 lines (7 loc) 204 B
'use strict'; exports.postAceInit = (hookName, args, cb) => { $('#chattext').addClass('rtl'); $('.popup').addClass('rtl'); $('input').addClass('rtl'); pad.changeViewOption('rtlIsTrue', true); };