@kishor kumar v

Account created on 6 February 2024, 11 months ago
#

Recent comments

(function($, Drupal, drupalSettings) {
  'use strict';
$('.form-submit[id^=edit-reset]').on('click keypress', function(e) {
    e.preventDefault();
    location.href = location.origin + location.pathname;
  });
}(jQuery, Drupal, drupalSettings));

This script successfully reloads the page and clears the form as intended; however, an AJAX request is triggered just before the page reloads.

Production build 0.71.5 2024