~registry/clubdistro/anoochit-clubdistro

« back to all changes in this revision

Viewing changes to concrete5-5.2ubuntu1/concrete5.2.0RC2/concrete/blocks/external_form/auto.js

  • Committer: Anuchit Chalothorn
  • Date: 2009-01-19 08:26:13 UTC
  • Revision ID: anoochit@gmail.com-20090119082613-jyxv9tam9ktfa73t
add concrete5 package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ccmValidateBlockForm = function() {
 
2
        if ($("#cstFilename").val() == '') { 
 
3
                ccm_addError(ccm_t('form-required'));
 
4
        }
 
5
        return false;
 
6
}
 
 
b'\\ No newline at end of file'