Since a few days I'm getting a problem with the CFJAVASCRIPT Tag.
This application is using the Nightly Build, automatically downloaded every 
morning...

Error I'm getting since a few days is the following and I can't tell exctly 
from which nightly build this started, only that it's from one of last the 
week...

Problem with minimizing Javascript: Javascript Minimizer: failed: null

My script is as follows...  (Not a real reason for using the minimize and 
munge rather a way to test the tag as such.)

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


/Mats/

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

Reply via email to