Skip to content

Commit

Permalink
Merge branch 'develop' into hotfix/python-2
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed May 24, 2020
2 parents 4ae74b6 + 69090d4 commit 5a1dee0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -3,7 +3,13 @@ Changelog
=========


3.7.2 (unreleased)
3.7.3 (unreleased)
==================

* Fixed apphooks config select in Firefox


3.7.2 (2020-04-22)
==================

* Added support for Django 3.0
Expand Down
2 changes: 1 addition & 1 deletion cms/static/cms/js/widgets/forms.apphookselect.js
Expand Up @@ -11,10 +11,10 @@ __webpack_public_path__ = require('../modules/get-dist-path')('bundle.forms.apph
// APP HOOK SELECT
require.ensure([], function (require) {
var $ = require('jquery');
var apphooks_configuration = window.apphooks_configuration || {};

// shorthand for jQuery(document).ready();
$(function () {
var apphooks_configuration = window.apphooks_configuration || {};
var appHooks = $('#application_urls, #id_application_urls');
var selected = appHooks.find('option:selected');
var appNsRow = $('.form-row.application_namespace, .form-row.field-application_namespace');
Expand Down

0 comments on commit 5a1dee0

Please sign in to comment.