mirror of https://github.com/pixelfed/pixelfed.git
Update bookmarkform.js
This commit is contained in:
parent
31b34570c0
commit
f7b3263ab3
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue