mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
parent
a7b405924a
commit
ce11c728c6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ var TagsSettingsMenuView = Ember.View.extend({
|
||||||
if (image) {
|
if (image) {
|
||||||
uploader[0].uploaderUi.initWithImage();
|
uploader[0].uploaderUi.initWithImage();
|
||||||
} else {
|
} else {
|
||||||
uploader[0].uploaderUi.initWithDropzone();
|
uploader[0].uploaderUi.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue