update button text
This commit is contained in:
parent
0cda5df177
commit
536ff2c40a
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ pandora.ui.filesView = function(options, self) {
|
||||||
data[key] = self['$' + key + 'Input'].value();
|
data[key] = self['$' + key + 'Input'].value();
|
||||||
});
|
});
|
||||||
self.$moveButton.options(
|
self.$moveButton.options(
|
||||||
{disabled: true, title: 'Moving Files'}
|
{disabled: true, title: 'Moving Files...'}
|
||||||
);
|
);
|
||||||
pandora.api.moveFiles(data, function(result) {
|
pandora.api.moveFiles(data, function(result) {
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in a new issue