UI localisation, calling put_locale after DOM is available

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@757 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Narendra Sisodiya 2009-10-03 19:24:36 +00:00
parent 5637af4d80
commit e115dcec97
2 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,3 @@ var put_locale = function(){
},"json");
};//function end
put_locale();

View File

@ -1301,6 +1301,7 @@ function svg_edit_setup() {
// This happens when the page is loaded
$(function() {
put_locale();
svgCanvas = svg_edit_setup();
try{