mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Themes: Remove an errant comma from theme.js.
Added in [35527]. See #34206. git-svn-id: https://develop.svn.wordpress.org/trunk@35533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1358,7 +1358,7 @@ themes.view.Installer = themes.view.Appearance.extend({
|
||||
'click .filter-drawer .clear-filters': 'clearFilters',
|
||||
'click .filtered-by': 'backToFilters',
|
||||
'click .favorites-form-submit' : 'saveUsername',
|
||||
'keyup #wporg-username-input': 'saveUsername',
|
||||
'keyup #wporg-username-input': 'saveUsername'
|
||||
},
|
||||
|
||||
// Initial render method
|
||||
|
||||
Reference in New Issue
Block a user