diff options
Diffstat (limited to 'www/js/TimelineModalCtrl.js')
| -rw-r--r-- | www/js/TimelineModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js index 59210aa5..84952c56 100644 --- a/www/js/TimelineModalCtrl.js +++ b/www/js/TimelineModalCtrl.js @@ -122,7 +122,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', ' var img; //console.log("Image Mode " + imode); - img = "<img width='100%' ng-src='" + p + "/index.php?view=image&fid=" + id + "'>"; + img = "<img width='100%' ng-src='" + p + "/index.php?view=image&fid=" + id + $rootScope.authSession + "'>"; // console.log ("IS MULTISERVER SO IMAGE IS " + img); $rootScope.zmPopup = $ionicPopup.alert({ |
