5f890b6c by Jeff Balicki

flag

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b8ab92da
...@@ -66,7 +66,7 @@ function resources_list($atts){ ...@@ -66,7 +66,7 @@ function resources_list($atts){
66 <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> 66 <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
67 </div> 67 </div>
68 <div class="modal-body"> 68 <div class="modal-body">
69 <?php echo do_shortcode('[contact-form-7 title="Flag Document"]'); ?> 69 <?php echo do_shortcode('[ninja_form id=3]'); ?>
70 </div> 70 </div>
71 </div> 71 </div>
72 </div> 72 </div>
......
...@@ -20111,7 +20111,7 @@ ...@@ -20111,7 +20111,7 @@
20111 span.toggleClass('glyphicon-chevron-up glyphicon-chevron-down'); 20111 span.toggleClass('glyphicon-chevron-up glyphicon-chevron-down');
20112 }); 20112 });
20113 $(document).on("click", ".flag", function (e) { 20113 $(document).on("click", ".flag", function (e) {
20114 $("#file-title").val($(this).data('title')); 20114 $("#nf-field-16").val($(this).data('title'));
20115 }); 20115 });
20116 }); 20116 });
20117 20117
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -94,7 +94,7 @@ jQuery(document).ready(function($) { ...@@ -94,7 +94,7 @@ jQuery(document).ready(function($) {
94 94
95 95
96 $(document).on("click", ".flag", function(e) { 96 $(document).on("click", ".flag", function(e) {
97 $("#file-title").val($(this).data('title')); 97 $("#nf-field-16").val($(this).data('title'));
98 }); 98 });
99 99
100 100
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0052 8 Version: 1.2.0053
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......