[gimp-web/testing] Typo



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]