diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-27 11:23:46 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-27 11:23:46 -0400 |
| commit | 6e83957c0231d48eb9f29d1270806cadef3a3c6d (patch) | |
| tree | 4c5e71e281c05bfd6c9f0884f170c9ac6f135c1f /www/templates/montage.html | |
| parent | 13366e423178bd2d0d16c4912bbfc8bc7c720733 (diff) | |
added simulation to events footage as well
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 8ba62f38..434677c6 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -31,7 +31,7 @@ </div> <div ng-if="isSimulated()"> - <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" + <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;"> </div> <!-- <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" />--> |
