librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1087] Function had wrong name.


From: Toby Inkster
Subject: [Librefm-commits] [1087] Function had wrong name.
Date: Thu, 30 Apr 2009 22:26:02 +0000

Revision: 1087
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1087
Author:   tobyink
Date:     2009-04-30 22:26:02 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
Function had wrong name.

Modified Paths:
--------------
    trunk/nixtape/js/user-edit.js

Modified: trunk/nixtape/js/user-edit.js
===================================================================
--- trunk/nixtape/js/user-edit.js       2009-04-30 22:04:54 UTC (rev 1086)
+++ trunk/nixtape/js/user-edit.js       2009-04-30 22:26:02 UTC (rev 1087)
@@ -181,7 +181,7 @@
                $('#laconica_profile')[0].value = '';
 }
 
-function laconicaUpdate ()
+function laconicaChange ()
 {
        if ($('#laconica_profile')[0].value.match(/^http:\/\/.+\/.+/))
        {
@@ -190,5 +190,6 @@
 }
 
 UpdateLocationLabel();
+
 if ($('#laconica_profile')[0].value == '')
        $('#laconica_profile')[0].value = 'http://identi.ca/example';





reply via email to

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