Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var skts_window = document.commandDispatcher.focusedWindow;
  2. if (skts_window) {
  3. if(skts_window.document.designMode === "on") {
  4. skts_inputFocus = true;
  5. }
  6. }
Add Comment
Please, Sign In to add comment