1
0
forked from GitHub/gf-core
Files
gf-core/src/runtime/javascript/minibar
hallgren 72fe93a8c4 minibar.html: specify charset, move initialization
Added a meta tag to specify that the file is in UTF-8. This makes the browser
(at least Firefox) assume that the JavaScript files are also in UTF-8, it seems.

Moved the call to start_minibar() from the <body onload="..."> to the end of
the file. The onload action is not executed until all images in the document
has been loaded, while javascipt at the end of the file is executed as soon
as the HTML file has been loaded. (Calling start_minibar() from the head of
the document would be too soon, since it refers to elements in the body,
which hasn't been loaded yet.)
2010-09-24 12:47:18 +00:00
..
2010-05-28 16:19:06 +00:00
2010-06-02 16:50:46 +00:00
2010-09-14 17:15:37 +00:00