settings.js 135 B

1234567891011
  1. (function($){
  2. FLBuilder.registerModuleHelper('html', {
  3. init: function()
  4. {
  5. $('.ace_text-input').focus();
  6. }
  7. });
  8. })(jQuery);