Be more logical in file naming...

This commit is contained in:
Dane Everitt 2016-10-03 15:15:06 -04:00
parent cff59a2f88
commit 72a57604df
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 158 additions and 158 deletions

View file

@ -46,7 +46,7 @@ class FileManager {
}).done(data => {
this.loader(false);
$('#load_files').slideUp().html(data).slideDown(100, () => {
Actions.run();
ContextMenu.run();
});
$('#internal_alert').slideUp();
}).fail(jqXHR => {