There are many call inside clientside_validation.js to the jQuery.format() function. In my install of Drupal, and in others that I have tried, this function is undefined. My assumption is that it was intended to be jQuery.validator.format(). In case I'm right on that, here is a patch making that change.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brockfanning created an issue. See original summary.

brockfanning’s picture

brockfanning’s picture

Status: Active » Needs review
cravecode’s picture

Updating patch for latest 1.42 release.
Thanks @brockfanning!

cravecode’s picture

FileSize
6.72 KB

I'm an idiot, that previous patch was a reversed diff. Not the first time I've done that :)