Skip to content

Commit

Permalink
Merge pull request #2528 from QuizandSurveyMaster/dev-zubair
Browse files Browse the repository at this point in the history
update condition to allow other langauge character in page name
  • Loading branch information
zubairraeen authored Apr 24, 2024
2 parents d40f3ad + 8ef4acb commit 66e75d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/qsm-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3314,9 +3314,6 @@ var import_button;
if (pageKey.replace(/^\s+|\s+$/g, "").length == 0) {
alert(qsm_admin_messages.page_name_required);
return false;
} else if (null == pageKey.match(/^[ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñA-Za-z0-9\-\s]+$/)) {
alert(qsm_admin_messages.page_name_validation);
return false;
} else {
QSMQuestion.updateQPage(pageID);
QSMQuestion.savePages();
Expand Down

0 comments on commit 66e75d3

Please sign in to comment.