mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 00:51:16 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -68,6 +68,8 @@ CommonProps:
|
||||
type: string
|
||||
as:
|
||||
type: string
|
||||
noEscape:
|
||||
type: boolean
|
||||
crossorigin:
|
||||
type: string
|
||||
enum: ['', 'anonymous', 'use-credentials']
|
||||
|
||||
@@ -342,7 +342,7 @@ define('admin/extend/plugins', [
|
||||
|
||||
function populateUpgradeablePlugins() {
|
||||
$('#installed ul li').each(function () {
|
||||
if ($(this).children('[data-action="upgrade"]').length) {
|
||||
if ($(this).find('[data-action="upgrade"]').length) {
|
||||
$('#upgrade ul').append($(this).clone(true));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user