Update bookmarkform.js

This commit is contained in:
Daniel Supernault 2018-10-17 12:40:04 -06:00
parent 31b34570c0
commit f7b3263ab3
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -1,6 +1,5 @@
$(document).ready(function() {
$('.bookmark-form').submit(function(e) {
$(document).on('submit', '.bookmark-form', function(e) {
e.preventDefault();
var el = $(this);
var id = el.data('id');