Skip to content

Commit

Permalink
Bypass client-side form validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jun 10, 2021
1 parent 67ed2be commit cc06c3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client-extjs/app/view/task/TaskController.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ Ext.define('FileBot.view.task.TaskController', {
name: 'license',
fieldCls: 'license',
allowBlank: false,
emptyText: '-----BEGIN PGP SIGNED MESSAGE-----\n\n\n\n\n\n\n\n\n-----BEGIN PGP SIGNATURE-----\n\n\n\n\n\n\n\n\n\n-----END PGP SIGNATURE-----',
regex: /-----BEGIN PGP SIGNED MESSAGE-----(.+)-----BEGIN PGP SIGNATURE-----(.+)-----END PGP SIGNATURE-----/sm,
stripCharsRe: /(^\s+|\s+$)/g
emptyText: '-----BEGIN PGP SIGNED MESSAGE-----\n\n\n\n\n\n\n\n\n-----BEGIN PGP SIGNATURE-----\n\n\n\n\n\n\n\n\n\n-----END PGP SIGNATURE-----'
}],
buttons: [
{
Expand Down

0 comments on commit cc06c3d

Please sign in to comment.