diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/fullscreen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js index 78ef904..2de2d76 100644 --- a/static/js/fullscreen.js +++ b/static/js/fullscreen.js @@ -17,7 +17,7 @@ function scanMessagesForImages(messages){ } function displayImage(){ - $("#big-image").attr("src", this.src) + $("#big-image").html('<img src="'+this.src+'">') } function refresh() { |
