Ticket #7947: 7947.patch

File 7947.patch, 704 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/dialog/plugin.js

     
    29292929                var notEmptyRegex = /^([a]|[^a])+$/,
    29302930                        integerRegex = /^\d*$/,
    29312931                        numberRegex = /^\d*(?:\.\d+)?$/,
    2932                         htmlLengthRegex = /^([+-]?((\d*(\.\d+))|(\d*))(px|\%)?)?$/,
    2933                         cssLengthRegex = /^([+-]?((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i;
     2932                        htmlLengthRegex = /^(((\d*(\.\d+))|(\d*))(px|\%)?)?$/,
     2933                        cssLengthRegex = /^(((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i;
    29342934
    29352935                CKEDITOR.VALIDATE_OR = 1;
    29362936                CKEDITOR.VALIDATE_AND = 2;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy