Mercurial > hg > Members > nobuyasu > Consensus
changeset 97:5098c4967a3a draft
modified miniDisplay
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 16 Mar 2013 03:38:25 +0900 |
parents | 1a97674f1cea |
children | 2c6ed8d2d433 |
files | public/viewer/viewer_white.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/public/viewer/viewer_white.html Sat Mar 16 03:02:27 2013 +0900 +++ b/public/viewer/viewer_white.html Sat Mar 16 03:38:25 2013 +0900 @@ -75,7 +75,7 @@ } function beginScript() { - DragHandler.attach(document.getElementById('loginPopup')); + DragHandler.attach($('#miniDisplay')[0]); } var DragHandler = {