Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
Corrected wrong url for ajax-request
Browse files Browse the repository at this point in the history
Change-Id: I9852814398bddb5ff714c3476dd3da1c359f693d
  • Loading branch information
EccoB authored and andi34 committed Oct 27, 2020
1 parent b953a42 commit 946e72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/gallery_updatecheck.js
Expand Up @@ -20,7 +20,7 @@ let lastDBSize = -1;
// Interval, the page is checked (/ms)
const interval = 1000 * 5;
// URL to request for changes
const ajaxurl = 'gallery.php/?status';
const ajaxurl = 'gallery.php?status';

/*
* This function will be called if there are new pictures
Expand Down

0 comments on commit 946e72a

Please sign in to comment.