File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cms/static/cms/js/widgets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Changelog
6
6
3.7.3 (unreleased)
7
7
==================
8
8
9
- * ...
9
+ * Fixed apphooks config select in Firefox
10
10
11
11
12
12
3.7.2 (2020-04-22)
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ __webpack_public_path__ = require('../modules/get-dist-path')('bundle.forms.apph
11
11
// APP HOOK SELECT
12
12
require . ensure ( [ ] , function ( require ) {
13
13
var $ = require ( 'jquery' ) ;
14
- var apphooks_configuration = window . apphooks_configuration || { } ;
15
14
16
15
// shorthand for jQuery(document).ready();
17
16
$ ( function ( ) {
17
+ var apphooks_configuration = window . apphooks_configuration || { } ;
18
18
var appHooks = $ ( '#application_urls, #id_application_urls' ) ;
19
19
var selected = appHooks . find ( 'option:selected' ) ;
20
20
var appNsRow = $ ( '.form-row.application_namespace, .form-row.field-application_namespace' ) ;
You can’t perform that action at this time.
0 commit comments