mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +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*/});
|
var service = new rpc.ServiceProxy("$base/json/rpc", {/*options*/});
|
||||||
|
|
||||||
function get_session_state( ) {
|
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:[],
|
service.get_session_state({params:[],
|
||||||
onSuccess:function(result){
|
onSuccess:function(result){
|
||||||
alert("session_state: " + result);
|
alert("session_state: " + result);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue