discourse/app/assets/javascripts/admin
Joffrey JAFFEUX 2246fe8015 FIX: allows to select the action when agreeing with penalty (#9099)
Note this commit also fixes an issue where the edit post actions was trying to focus the edit textarea, but was using jquery functions on a DOM node.

scrollTo is not available on IE11 but that shouldn't cause much trouble.
2020-03-04 10:32:20 -05:00
..
adapters FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components FIX: allows to select the action when agreeing with penalty (#9099) 2020-03-04 10:32:20 -05:00
controllers DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
helpers DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
mixins FIX: makes setting-object capable of defining value/name properties itself (#9003) 2020-02-19 10:01:21 +01:00
models DEV: introduce diffLocalChangesUrl attribute to theme model. 2020-02-04 21:33:19 +05:30
routes DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
services DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
templates FIX: Disable save button for API key creation when invalid (#9005) 2020-02-19 16:33:09 +00:00