Erreur de syntaxe.

This commit is contained in:
Georges Dupéron 2011-05-08 18:19:01 +02:00
parent 0f573a7df0
commit a6f8f5dcc5

View File

@ -128,7 +128,7 @@ function UI () {
window.console && console.log(msg);
} catch(e) {alert("Error UI().log");alert(e);}
},
info: function(title, msg) { alert(msg); }
info: function(title, msg) { alert(msg); },
setScreen: function() {},
switchCSS: function(newtheme) {
$("link[@rel*=stylesheet][title]").each(function(i,e){