Skip to content

Commit

Permalink
Merge pull request #2450 from QuizandSurveyMaster/CU-86cuegug4-issue-…
Browse files Browse the repository at this point in the history
…with-contact-form

Fixed contact form pop up issue
  • Loading branch information
zubairraeen authored Jan 24, 2024
2 parents df6fad9 + 4f6f4e9 commit c76b968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/classes/class-qmn-quiz-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ public function display_quiz( $options, $quiz_data, $question_amount, $shortcode
wp_enqueue_script( 'jquery-ui-core' );
wp_enqueue_script( 'jquery-ui-tooltip' );
wp_enqueue_style( 'jquery-redmond-theme', QSM_PLUGIN_CSS_URL . '/jquery-ui.css', array(), $mlwQuizMasterNext->version );
wp_enqueue_style( 'qsm_quiz_common_style', $this->common_css, array(), $mlwQuizMasterNext->version );

global $qmn_json_data;
$qmn_json_data['error_messages'] = array(
Expand Down

0 comments on commit c76b968

Please sign in to comment.