From 1a42f23258d8019b9c777e329ab1ef6753ef4a1d Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 19 Jun 2018 13:33:11 +0200 Subject: [PATCH] Oauth imgur - Changed the version check, to only show something if a version was supplied. Made the oauth-imgur.html work with alerts. --- _includes/version-check.html | 43 ++++++++++++++++++++---------------- pages/oauth-imgur.html | 3 ++- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/_includes/version-check.html b/_includes/version-check.html index 653ba9725..2bbd6596b 100644 --- a/_includes/version-check.html +++ b/_includes/version-check.html @@ -15,13 +15,13 @@ release_blog_posts["1.2.9.129"] = "/2017/01/28/129-bug-bash/"; \ No newline at end of file diff --git a/pages/oauth-imgur.html b/pages/oauth-imgur.html index 15ff910bf..8b41dfd4e 100644 --- a/pages/oauth-imgur.html +++ b/pages/oauth-imgur.html @@ -3,10 +3,11 @@ layout: oauth title: Greenshot authenticated with Imgur permalink: /oauth/imgur categories: [oauth] +tags: [uses_alerts] comments: [] --- -{% include version-check.html %} {% include oauth-out-of-bounds.html %} +{% include version-check.html %}

Greenshot should now be authenticated to use Imgur, you can close this window.