mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-25 22:10:47 +00:00
Update bookmarkform.js
This commit is contained in:
parent
31b34570c0
commit
f7b3263ab3
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
$(document).on('submit', '.bookmark-form', function(e) {
|
||||||
$('.bookmark-form').submit(function(e) {
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var el = $(this);
|
var el = $(this);
|
||||||
var id = el.data('id');
|
var id = el.data('id');
|
||||||
|
|
Loading…
Reference in a new issue