clean up of users page
This commit is contained in:
committed by
Brian Talbot
parent
75c4909785
commit
2be1f852e7
@@ -33,6 +33,10 @@ class CMS.Views.TabsEdit extends Backbone.View
|
||||
)
|
||||
|
||||
$('.new-component-item').before(editor.$el)
|
||||
editor.$el.addClass('new')
|
||||
setTimeout(=>
|
||||
editor.$el.removeClass('new')
|
||||
, 500)
|
||||
|
||||
editor.cloneTemplate(
|
||||
@model.get('id'),
|
||||
|
||||
Reference in New Issue
Block a user