Skip to content
Snippets Groups Projects
Commit b95356b5 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Increase the delay to render color fields

parent badb0582
No related branches found
No related tags found
No related merge requests found
......@@ -224,10 +224,10 @@ Template.admin.onRendered ->
Meteor.setTimeout ->
$('input.minicolors').minicolors({theme: 'rocketchat'})
, 500
, 1000
Tracker.autorun ->
FlowRouter.watchPathChange()
Meteor.setTimeout ->
$('input.minicolors').minicolors({theme: 'rocketchat'})
, 200
, 400
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment