Mats let me take a look at this one now.

Incidentally .. the nightly build has added/updated jars in the /WEB-INF/lib/. So for those only downloading the OpenBlueDragon.jar will need to update their entire jar folder. The ReleaseNotes.txt now indicates when you need to do this. These sort of things are few and far between.

We're getting close to blessing 2.0

Mats Stromberg wrote:

<cfjavascript minimize="true" munge="true">
function confirmation(txt, url) {
  if (confirm(txt)) {
    document.location.href = url;
  }
}
</cfjavascript>

--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to