mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Without version, we really don't want to show the "You are using the most recent version of Greenshot."
This commit is contained in:
parent
1a42f23258
commit
b307cffefe
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ if (versionMatch) {
|
||||||
} else if (compare == 0) {
|
} else if (compare == 0) {
|
||||||
jQuery('#currentVersion').slideToggle();
|
jQuery('#currentVersion').slideToggle();
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
jQuery('#currentVersion').slideToggle();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
Loading…
Add table
Add a link
Reference in a new issue