fix - show about of application
This commit is contained in:
parent
80ca1a9b87
commit
53695daa72
3 changed files with 4 additions and 3 deletions
|
|
@ -34,5 +34,6 @@ wn.versions.check();
|
|||
|
||||
/* start the application */
|
||||
$(document).bind('ready', function() {
|
||||
wn.app = new wn.Application();
|
||||
wn.provide('wn.app');
|
||||
$.extend(wn.app, new wn.Application());
|
||||
});
|
||||
|
|
|
|||
2
js/core.min.js
vendored
2
js/core.min.js
vendored
|
|
@ -335,4 +335,4 @@ wn.request.call({args:args,success:opts.callback,error:opts.error,btn:opts.btn,f
|
|||
* lib/js/core.js
|
||||
*/
|
||||
if(!console){var console={log:function(txt){alert(txt);}}}
|
||||
wn.versions.check();$(document).bind('ready',function(){wn.app=new wn.Application();});
|
||||
wn.versions.check();$(document).bind('ready',function(){wn.provide('wn.app');$.extend(wn.app,new wn.Application());});
|
||||
|
|
@ -36,6 +36,6 @@ wn.ui.misc.about = function() {
|
|||
|
||||
wn.ui.misc.about_dialog = d;
|
||||
}
|
||||
|
||||
|
||||
wn.ui.misc.about_dialog.show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue