diff options
| author | tim b <timb@camcompu.home> | 2010-08-13 12:44:10 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-08-13 12:44:10 -0700 |
| commit | 5e2a18fe3c9940cf1e0a94d9e3c932c2ef6cee24 (patch) | |
| tree | c10b935a8a80d96cec4538193ed86d46bb42f0a7 /static/js/fullscreen.js | |
| parent | f031cab0fd7db4ad11ea5b448fa2b4ecdf20ada7 (diff) | |
try to fix busted gifs
Diffstat (limited to 'static/js/fullscreen.js')
| -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() { |
