remove player/editor/timeline losefocus handlers (opening the item menu will make them lose focus), add gainfocus handler to browser; correct definition of canCut; enable mainMenu.replaceItemMenu

This commit is contained in:
rolux 2013-08-02 17:01:24 +00:00
commit bcf9d37930
6 changed files with 6 additions and 15 deletions

View file

@ -75,9 +75,6 @@ pandora.ui.timeline = function(data) {
Ox.getObjectById(pandora.site.layers, data.layer).title
).open();
},
losefocus: function() {
pandora.$ui.mainMenu.replaceItemMenu();
},
muted: function(data) {
pandora.UI.set({videoMuted: data.muted});
},