summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorarjunroychowdhury <arjun@hsc.com>2016-01-21 20:27:05 -0500
committerarjunroychowdhury <arjun@hsc.com>2016-01-21 20:27:05 -0500
commite69c02e5b93b80cf05d59efb6ab247f566f55895 (patch)
tree0a0d339664d94854e0d9a9d7953739ea48fbf9e3 /www/templates
parentb69a0063ce453662b4363a0f6574af32609ae0ae (diff)
fixed montage problem in native chrome - duplicate data
Former-commit-id: 1cf33a888ab4c0745551e4cf80d089ad2de13f6e
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/montage.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index de426b45..06b9ba65 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -42,7 +42,9 @@
</div>
</span>
- <div ng-style="packMontage ? {'-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px'}:{'-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px','display':'flex','display':'-webkit-flex','-webkit-flex-direction':'row','flex-direction':'row', 'flex-wrap':'wrap'}">
+ <div ng-style="packMontage ? { '-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px' } : {'-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px','display':'-webkit-flex','-webkit-flex-direction':'row','flex-direction':'row', 'flex-wrap':'wrap' }">
+
+ <!--<div ng-style="packMontage ? { '-webkit-column-count':slider.monsize, '-webkit-column-gap':'0px','line-height':'0px' } : { 'flex':'display', '-webkit-column-count':slider.monsize }">-->
<span ng-repeat="monitor in MontageMonitors|limitTo: monLimit"