~ubuntu-it-www/ubuntu-it-www/www-test-repo

« back to all changes in this revision

Viewing changes to www/tour/13.04/js/systemsettings.js

  • Committer: Emanuele Boncimino
  • Date: 2013-05-21 15:24:36 UTC
  • Revision ID: almaidinajad@hotmail.it-20130521152436-lkfhdhg2dw1mlowx
Aggiornato tour 13.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        
88
88
        this.increaseFullscreen = function(){
89
89
                _fullscreenCount++;
90
 
                _parent.systemMenu.triggerJumpIn();
91
90
                _parent.topShadow(false);
92
91
        }
93
92
        
96
95
                if(_fullscreenCount <= 0){
97
96
                        _parent.topShadow(true);
98
97
                        _parent.noWIndowSelected();
99
 
                        _parent.systemMenu.triggerMenuOut();
100
98
                }
101
99
        }
102
100