------------------------------------------------------------
revno: 833
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2-docbook-docs
timestamp: Sun 2013-10-13 12:46:42 +0200
message:
  Minor
modified:
  src/docbkx/en/dhis2_user_man_apps.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch 
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_apps.xml'
--- src/docbkx/en/dhis2_user_man_apps.xml	2013-10-13 10:43:53 +0000
+++ src/docbkx/en/dhis2_user_man_apps.xml	2013-10-13 10:46:42 +0000
@@ -63,12 +63,12 @@
         >activities</emphasis> part will look similar to this after the App has been
       installed:</para>
     <screen>"activities": {
-        "dhis": {
-            "href": "http://apps.dhis2.org/demo";
-        }
-    }</screen>
+    "dhis": {
+        "href": "http://apps.dhis2.org/demo";
+    }
+ }</screen>
     <para>To read the JSON structure into Javascript you can use a regular AJAX request and parse
-      the JSON into an object. Most Javascript libraries provide support for this, for instance with
+      the JSON into an object. Most Javascript libraries provide some support, for instance with
       jQuery it can be done like this:</para>
     <screen>$.getJSON( "manifest.webapp", function( json ) {
     var apiBaseUrl = json.activities.dhis.href + "/api";

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to