discourse/app/assets/javascripts
Jarek Radosz d0d651d8bc
FIX: Prevent LockOn conflicts (#10422)
If there's already a `LockOn` instance, clear its lock before creating creating a new one. Fixes a shaky viewport effect after certain transitions.

Includes:
* Slight refactor (elementId wasn't an id, but a selector - it included the "#" prefix)
* Add support for a[name=X] anchors in `jumpToPost`
* Scope down anchors to the #main element (Embeded fontawesome sprites are causing conflicts, e.g. when given `bed` anchor, `<a name="bed">` was at odds with `<symbol id="bed" viewBox="0 0 640 512">(…)</symbol>`)
2020-08-13 19:39:40 +02:00
..
admin FIX: change the controller method name to match its new name. 2020-08-13 00:58:35 +05:30
confirm-new-email
discourse/app FIX: Prevent LockOn conflicts (#10422) 2020-08-13 19:39:40 +02:00
discourse-common DEV: removes the Vincent theme from the "popular theme" list 2020-08-12 03:11:05 +08:00
docs
ember-addons DEV: Remove ember-addons (#9559) 2020-04-28 10:14:49 -04:00
locales REFACTOR: removes various assignments and superfluous params (#9699) 2020-05-08 09:19:48 +02:00
pretty-text FEATURE: Allow picture HTML element in posts 2020-07-28 20:26:32 -03:00
select-kit FIX: allow mods to choose restricted categories as parent category. 2020-08-12 20:58:52 +05:30
wizard Remove discourse constants (#9958) 2020-06-01 16:33:43 -04:00
activate-account.js
admin.js.erb
app-boot.js DEV: Have app/app export a class not an instance. 2020-05-05 14:54:13 -04:00
application.js REFACTOR: Remove Discourse.__widget_helpers 2020-08-06 14:35:46 -04:00
auto-redirect.js
browser-detect.js Improve support for old browsers (#9515) 2020-04-29 21:40:21 +03:00
discourse-loader.js Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00
discourse-objects.js
discourse-shims.js Revert "Revert "DEV: Import MessageBus from message-bus-client instead of globals"" 2020-05-28 08:42:36 -04:00
embed-application.js
ember_include.js.erb
ember_jquery.js Revert "Revert "DEV: Import MessageBus from message-bus-client instead of globals"" 2020-05-28 08:42:36 -04:00
env.js
google-tag-manager.js
google-universal-analytics.js
handlebars-shim.js DEV: Remove global Handlebars 2020-05-01 14:12:09 -04:00
main_include_admin.js DEV: Remove ember-addons (#9559) 2020-04-28 10:14:49 -04:00
markdown-it-bundle.js DEV: Move pretty-text into an ember-addon format (#9689) 2020-05-07 12:37:47 -04:00
onpopstate-handler.js
polyfills.js DEV: Drop unsupported-browser plugin (#10261) 2020-07-17 15:04:06 +01:00
pretty-text-bundle.js DEV: Remove INLINE_ONEBOX_* constants 2020-05-07 16:14:38 -04:00
print-page.js
service-worker.js.erb
set-prototype-polyfill.js
start-discourse.js Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00
template_include.js DEV: Support for import Handlebars from 'handlebars'; (#9600) 2020-04-30 16:41:02 -04:00
vendor.js Revert "Revert "DEV: Import MessageBus from message-bus-client instead of globals"" 2020-05-28 08:42:36 -04:00
widget-runtime.js REFACTOR: Remove Discourse.__widget_helpers 2020-08-06 14:35:46 -04:00
wizard-application.js Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
wizard-start.js
wizard-vendor.js