Commit a9c4493a by Chris Dodge

always make the spinner spin on unit renames

parent 6b45b4c7
...@@ -200,6 +200,7 @@ class CMS.Views.UnitEdit.NameEdit extends Backbone.View ...@@ -200,6 +200,7 @@ class CMS.Views.UnitEdit.NameEdit extends Backbone.View
'margin-top': '-10px' 'margin-top': '-10px'
}); });
inputField.after(@$spinner); inputField.after(@$spinner);
@$spinner.fadeIn(10)
# save the name after a slight delay # save the name after a slight delay
if @timer if @timer
......
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