Changeset 52e5aea in guacamole
- Timestamp:
- 04/08/12 19:31:11 (14 months ago)
- Branches:
- master, guacamole-debian-parent, rpm, unstable, unstable-websocket
- Children:
- 3b27b94
- Parents:
- b98e445
- git-author:
- Michael Jumper <zhangmaike@…> (04/08/12 19:31:11)
- git-committer:
- Michael Jumper <zhangmaike@…> (04/08/12 19:31:11)
- File:
-
- 1 edited
-
src/main/webapp/scripts/interface.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/scripts/interface.js
rf49d460 r52e5aea 280 280 GuacamoleUI.buttons.touchShowKeyboard.onclick = 281 281 function(e) { 282 283 // Center event target in case browser automatically centers 284 // input fields on focus. 285 GuacamoleUI.eventTarget.style.left = 286 (window.pageXOffset + GuacamoleUI.viewport.offsetWidth / 2) + "px"; 287 288 GuacamoleUI.eventTarget.style.top = 289 (window.pageYOffset + GuacamoleUI.viewport.offsetHeight / 2) + "px"; 290 282 291 GuacamoleUI.eventTarget.focus(); 283 292 GuacamoleUI.hideTouchMenu();
Note: See TracChangeset
for help on using the changeset viewer.
