Commit 6f0dbbf0 authored by James Lopez's avatar James Lopez

fix indent in JS file

parent 93cb25f2
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
newName = null; newName = null;
if ($namespace_input.length > 0) { if ($namespace_input.length > 0) {
target_namespace = $namespace_input[0].innerHTML; 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); $target_field.empty().append(target_namespace + "/" + newName);
} }
$btn.disable().addClass('is-loading'); $btn.disable().addClass('is-loading');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment