|
From: <al...@us...> - 2008-09-30 14:52:52
|
Revision: 713
http://sciret.svn.sourceforge.net/sciret/?rev=713&view=rev
Author: alpeb
Date: 2008-09-30 14:52:33 +0000 (Tue, 30 Sep 2008)
Log Message:
-----------
corrected scope in js async call
Modified Paths:
--------------
trunk/javascript/general.js
Modified: trunk/javascript/general.js
===================================================================
--- trunk/javascript/general.js 2008-09-30 14:42:29 UTC (rev 712)
+++ trunk/javascript/general.js 2008-09-30 14:52:33 UTC (rev 713)
@@ -515,7 +515,8 @@
'index.php?view=GetTodosDropdown',
{
success: this.showDropDownTodos,
- failure: function() {alert('operation failed')}
+ failure: function() {alert('operation failed')},
+ scope: this
},
null);
},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|