gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14805 - gauger


From: gnunet
Subject: [GNUnet-SVN] r14805 - gauger
Date: Thu, 31 Mar 2011 17:56:03 +0200

Author: bartpolot
Date: 2011-03-31 17:56:03 +0200 (Thu, 31 Mar 2011)
New Revision: 14805

Modified:
   gauger/template.php
Log:
Don't allow y origin to display more than slider's range


Modified: gauger/template.php
===================================================================
--- gauger/template.php 2011-03-31 15:47:51 UTC (rev 14804)
+++ gauger/template.php 2011-03-31 15:56:03 UTC (rev 14805)
@@ -217,6 +217,7 @@
                                 
$(this).parents(".slider_control").find(".input_max").val(ui.value);
                         },
                         change: function( event, ui ) {
+                                
$(this).parents(".slider_control").find(".input_max").val(ui.value);
                                 $.get("ajax.php", {
                                     y_min: ui.value,
                                     persist: "true"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]