remove prefetch on all, it made no sense

This commit is contained in:
Westly Wright 2017-09-21 18:26:22 -07:00
parent 097f0d95f9
commit fdfa3f8ad3
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@
launch=(action 'goToTemplate')
filterAction=(action 'filterAction' )
categoryAction=(action 'categoryAction' )
preFetchCategory=(perform fetchTemplates)
}}
{{else}}
{{new-edit-cluster

View File

@ -64,7 +64,7 @@
<ul class="container-categories list-unstyled">
<li class=" {{if (eq category 'all') 'active' ''}}">
{{#if preFetchCategory}}
<a href="#" {{action (action categoryAction 'all' catalogId)}} onMouseEnter={{action (action preFetchCategory)}} class="btn has-label bg-default btn-md">
<a href="#" {{action (action categoryAction 'all' catalogId)}} class="btn has-label bg-default btn-md">
<span class="btn-label">{{totalCategories}}</span><span class="clip">{{t 'generic.all'}}</span>
</a>
{{else}}