Skip to content

Commit 26ffe9d

Browse files
committed
Compatibility fixes for October v3.7
1 parent 174c6ef commit 26ffe9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

formwidgets/menuitems/assets/js/menu-items-editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// Submenu item is clicked in the master tabs
2727
this.$el.on('submenu.oc.treeview', $.proxy(this.onSubmenuItemClick, this))
2828

29-
this.$el.on('click', 'a[data-control="add-item"]', function(e) {
29+
this.$el.on('click', 'a[data-control~="add-item"]', function(e) {
3030
self.onCreateItem(e.target)
3131
return false
3232
})

updates/version.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ v2.0.5: Compatibility fixes for October v3.6
8181
v2.1.0: Tabs are now stored and reopened on page load
8282
v2.1.1: Fixes index page spamming event log
8383
v2.1.2: Fixes clearing cache
84+
v2.1.3: Compatibility fixes for October v3.7

0 commit comments

Comments
 (0)