diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-08 20:16:51 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-08 20:16:51 -0500 |
| commit | 21856d3106726668616fdf4b96e9a7b02ce69d42 (patch) | |
| tree | 845d5355b46033152c15f0d8a9d31e1cf040b55c /www/js/DataModel.js | |
| parent | bba28ae5040046886bcb35b38da4c1ac2af2002b (diff) | |
image fade in, placeholders, doubled image size during fetch for resolution, w/h tweaks #91
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 4fd3a791..1b83ce48 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -2028,7 +2028,7 @@ angular.module('zmApp.controllers') } } - return "(Unknown)"; + return undefined; }, getImageMode: function (id) { |
