[gimp-web/testing] Typo
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Typo
- Date: Tue, 28 Jul 2015 22:31:00 +0000 (UTC)
commit c6cb0c470dd816e85383af31c9942682e51b2cfe
Author: Michael Schumacher <schumaml gmx de>
Date: Wed Jul 29 00:30:46 2015 +0200
Typo
includes/wgo.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/includes/wgo.js b/includes/wgo.js
index d114b4f..c2f5bb6 100644
--- a/includes/wgo.js
+++ b/includes/wgo.js
@@ -63,7 +63,7 @@ function renderDownload(platform) {
{
$('#os').each(function() {
if ($(this).attr('id') != 'os' && $(this).attr('id') != platform) {
- $(this.hide();
+ $(this).hide();
} else {
$(this).show();
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]