diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-13 15:44:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-13 15:44:28 -0400 |
| commit | c8bb59f269159f52bb794b2aafdc65673af36f9e (patch) | |
| tree | da275376d0319917a46a7ffcd04649b1351b0392 /static/js/fullscreen.js | |
| parent | 807606569bffad00ae62fe695b75e1292d74aec5 (diff) | |
| parent | 5e2a18fe3c9940cf1e0a94d9e3c932c2ef6cee24 (diff) | |
Merge branch 'master' of /pichat/repo
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() { |
