Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Anderson <tony@traveler.(none)>2011-04-08 15:56:24 (GMT)
committer Tony Anderson <tony@traveler.(none)>2011-04-08 15:56:24 (GMT)
commita23f6a677099d7fb1299c999f77f4608fdc11200 (patch)
tree04ccf9514e894db5649dbb0e7cee61a184796702
parent1599ad944e4d69b607c5d8354636d0c81219d862 (diff)
version 2.02
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xcontentedit.html3
2 files changed, 4 insertions, 1 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 56f1e2a..3f516c5 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,5 +1,5 @@
[Activity]
-#version = 14.01
+#version = 14.02
name = Learn
service_name = rw.olpc.Learn
icon = activity-learn
diff --git a/contentedit.html b/contentedit.html
index 152c114..a439b42 100755
--- a/contentedit.html
+++ b/contentedit.html
@@ -15,6 +15,9 @@ parts.shift();
temp = parts[0];
items = temp.split('/');
items.pop();
+items.shift();
+items.shift();
+items.shift();
openfolder = items.join('/')+'/';
openfile = openfolder + 'source.txt';
tinyMCE.init({