Updated theme to be more like the Flash player
Also: - The project input field now allows pasting of URLs - The overlay cannot be clicked while the project is loading
This commit is contained in:
parent
d302a6234c
commit
c4b2652c12
14 changed files with 483 additions and 380 deletions
|
@ -70,7 +70,7 @@ Runtime.prototype.loadStart = function() {
|
|||
setTimeout(function(runtime) { runtime.loadStart(); }, 50, this);
|
||||
return;
|
||||
}
|
||||
$('#info').html("Loaded!");
|
||||
$('#preloader').css('display', 'none');
|
||||
setInterval(this.step, 33);
|
||||
this.projectLoaded = true;
|
||||
};
|
||||
|
|
Reference in a new issue