Without version, we really don't want to show the "You are using the most recent version of Greenshot."

This commit is contained in:
Robin 2018-06-19 13:35:01 +02:00
commit b307cffefe

View file

@ -88,8 +88,6 @@ if (versionMatch) {
} else if (compare == 0) {
jQuery('#currentVersion').slideToggle();
}
} else {
jQuery('#currentVersion').slideToggle();
}
</script>