aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/api/greader.php1
-rw-r--r--p/scripts/main.js6
2 files changed, 4 insertions, 3 deletions
diff --git a/p/api/greader.php b/p/api/greader.php
index e93585275..f97dd5da4 100644
--- a/p/api/greader.php
+++ b/p/api/greader.php
@@ -20,6 +20,7 @@ Server-side API compatible with Google Reader API layer 2
* https://github.com/theoldreader/api
* https://www.inoreader.com/developers/
* https://feedhq.readthedocs.io/en/latest/api/index.html
+* https://github.com/bazqux/bazqux-api
*/
require(__DIR__ . '/../../constants.php');
diff --git a/p/scripts/main.js b/p/scripts/main.js
index 3e9453be0..ae44e9e32 100644
--- a/p/scripts/main.js
+++ b/p/scripts/main.js
@@ -1289,10 +1289,10 @@ function init_popup() {
//Configure close button.
document.getElementById('popup-close').addEventListener('click', function (ev) {
- closePopup();
- });
+ closePopup();
+ });
- //Configure close-on-click.
+ //Configure close-on-click.
window.addEventListener('click', function (ev) {
if (ev.target == popup) {
closePopup();