UI localisation, calling put_locale after DOM is available
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@757 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
5637af4d80
commit
e115dcec97
|
@ -38,4 +38,3 @@ var put_locale = function(){
|
||||||
},"json");
|
},"json");
|
||||||
};//function end
|
};//function end
|
||||||
|
|
||||||
put_locale();
|
|
||||||
|
|
|
@ -1301,6 +1301,7 @@ function svg_edit_setup() {
|
||||||
|
|
||||||
// This happens when the page is loaded
|
// This happens when the page is loaded
|
||||||
$(function() {
|
$(function() {
|
||||||
|
put_locale();
|
||||||
svgCanvas = svg_edit_setup();
|
svgCanvas = svg_edit_setup();
|
||||||
|
|
||||||
try{
|
try{
|
||||||
|
|
Loading…
Reference in New Issue