5f890b6c by Jeff Balicki

flag

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b8ab92da
......@@ -66,7 +66,7 @@ function resources_list($atts){
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<?php echo do_shortcode('[contact-form-7 title="Flag Document"]'); ?>
<?php echo do_shortcode('[ninja_form id=3]'); ?>
</div>
</div>
</div>
......
......@@ -20111,7 +20111,7 @@
span.toggleClass('glyphicon-chevron-up glyphicon-chevron-down');
});
$(document).on("click", ".flag", function (e) {
$("#file-title").val($(this).data('title'));
$("#nf-field-16").val($(this).data('title'));
});
});
......
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($) {
$(document).on("click", ".flag", function(e) {
$("#file-title").val($(this).data('title'));
$("#nf-field-16").val($(this).data('title'));
});
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0052
Version: 1.2.0053
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......