mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
remove incorrect comment
This commit is contained in:
parent
1aa4611e30
commit
2641868cff
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ http://code.google.com/p/json-xml-rpc/wiki/DocumentationForJavaScript
|
|||
var service = new rpc.ServiceProxy("$base/json/rpc", {/*options*/});
|
||||
|
||||
function get_session_state( ) {
|
||||
//This code will send a data object via a GET request and alert the retrieved data.
|
||||
service.get_session_state({params:[],
|
||||
onSuccess:function(result){
|
||||
alert("session_state: " + result);
|
||||
|
|
Loading…
Add table
Reference in a new issue