src/pyams_skin/resources/js/myams-jsonrpc.js
changeset 486 48b7cea0d903
parent 433 f8b091800256
child 489 63ea9a94bd47
equal deleted inserted replaced
485:bd3550a252ea 486:48b7cea0d903
     1 /**
     1 /**
     2  * MyAMS JSON-RPC features
     2  * MyAMS JSON-RPC features
     3  */
     3  */
     4 (function($, globals) {
     4 (function($, globals) {
     5 
     5 
     6 	var MyAMS = globals.MyAMS,
     6 	var ams = globals.MyAMS;
     7 		ams = MyAMS;
       
     8 
     7 
     9 	MyAMS.jsonrpc = {
     8 	ams.jsonrpc = {
    10 
     9 
    11 		/**
    10 		/**
    12 		 * Get address relative to current page
    11 		 * Get address relative to current page
    13 		 */
    12 		 */
    14 		getAddr: function(addr) {
    13 		getAddr: function(addr) {