Browse Source

No need to manually focus Prezi URL input.

master
paweldomas 10 years ago
parent
commit
7c201573fb
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      modules/UI/prezi/Prezi.js

+ 1
- 4
modules/UI/prezi/Prezi.js View File

@@ -142,10 +142,7 @@ var Prezi = {
142 142
                     }
143 143
                 }
144 144
             };
145
-            var focusPreziUrl =  function(e) {
146
-                    document.getElementById('preziUrl').focus();
147
-                };
148
-            messageHandler.openDialogWithStates(openPreziState, focusPreziUrl, focusPreziUrl);
145
+            messageHandler.openDialogWithStates(openPreziState);
149 146
         }
150 147
     }
151 148
 

Loading…
Cancel
Save