mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-16 04:56:05 +00:00
Documentation, Fix
This commit is contained in:
@ -216,7 +216,7 @@
|
||||
|
||||
$(document).ready(function () {
|
||||
$.ajax({
|
||||
url: "/admin/history_table",
|
||||
url: '{{ url_for("admin.history_table") }}',
|
||||
type: "get",
|
||||
success: function (response) {
|
||||
console.log('Submission was successful.');
|
||||
@ -493,7 +493,7 @@
|
||||
var form = $(this);
|
||||
var tzoffset = (new Date()).getTimezoneOffset();
|
||||
$.ajax({
|
||||
url: "/admin/history_table",
|
||||
url: '{{ url_for("admin.history_table") }}',
|
||||
type: "get",
|
||||
data: form.serialize() + "&tzoffset=" + tzoffset,
|
||||
success: function (response) {
|
||||
|
Reference in New Issue
Block a user