PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.24.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.24.1
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | js/plugin-search.js +0 -2 6.256.24.1 View file →
@@ -12,9 +12,8 @@
12 12 $pluginFilter: document.getElementById( 'plugin-filter' ),
13 13
14 14 /**
15 15 * Get parent search hint element.
16 - *
17 16 * @return {Element|null} The parent search hint element.
18 17 */
19 18 getCard: function() {
20 19 return document.querySelector( '.plugin-card-frm-plugin-search' );
@@ -41,9 +40,8 @@
41 40 },
42 41
43 42 /**
44 43 * Check if plugin card list nodes changed. If there's a Formidable PSH card, replace the title and the bottom row.
45 - *
46 44 * @param {Array} mutationsList
47 45 */
48 46 replaceOnNewResults: function( mutationsList ) {
49 47 mutationsList.forEach( function( mutation ) {