Certain javascript-files seem to be missing, e.g. on the main-page
"http://www.openlaszlo.org/jira/secure/Dashboard.jspa",
in the upper right corner, you should get a tooltip if you hover over
the "Quick Search"-text.
But instead I just get js-errors:
showToolTip is not defined
hideToolTip is not defined
Only after loading the js-file manually, it works again.
var e = document.createElement("script");
e.src = "http://openlaszlo.org/jira/includes/js/quicksearch.js";
e.type="text/javascript";
document.getElementsByTagName("head")[0].appendChild(e);
On 7/16/2008 9:36 PM, Chuq Von Rospach wrote:
This looks to be a non-problem. the file doesn't exist on the server,
and hasn't for at least 6-8 months. there are pages referring to it,
but it seems to be harmless that it's missing.
it's been that way since at least January, FWIW.
On Jul 16, 2008, at 10:53 AM, André Bargull wrote:
Still cannot load this javascript-file
"http://openlaszlo.org/jira/s/298/1/_/includes/js/combined-javascript.js".
Tested in FF2, FF3, Opera9.5