fix indent in JS file

This commit is contained in:
James Lopez 2016-09-20 12:10:35 +02:00
parent 93cb25f2b4
commit 6f0dbbf0a4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
newName = null;
if ($namespace_input.length > 0) {
target_namespace = $namespace_input[0].innerHTML;
newName = $target_field.find('#path').prop('value');
newName = $target_field.find('#path').prop('value');
$target_field.empty().append(target_namespace + "/" + newName);
}
$btn.disable().addClass('is-loading');