forked from 0x2620/pandora
typo
This commit is contained in:
parent
be7b594524
commit
3b4da19bd2
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pandora.ui.importMediaDialog = function(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function importMedia() {
|
function importMedia() {
|
||||||
var url = $url.value();
|
var url = $input.value();
|
||||||
$info.empty();
|
$info.empty();
|
||||||
$info.append(loadingIcon());
|
$info.append(loadingIcon());
|
||||||
that.disableButton('import');
|
that.disableButton('import');
|
||||||
|
|
Loading…
Reference in a new issue