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-12 05:36:33 (GMT)
committer Tony Anderson <tony@traveler.(none)>2011-04-12 05:36:33 (GMT)
commitc0ab73b3a32ed4c703dccb1298b8bdf135d0cf9c (patch)
tree6207f14d54e85e772e3e38c36bf424f0925cdf4e
parenta23f6a677099d7fb1299c999f77f4608fdc11200 (diff)
version 2.03
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xcontentedit.html3
2 files changed, 1 insertions, 4 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 3f516c5..d878e9f 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,5 +1,5 @@
[Activity]
-#version = 14.02
+#version = 14.03
name = Learn
service_name = rw.olpc.Learn
icon = activity-learn
diff --git a/contentedit.html b/contentedit.html
index a439b42..152c114 100755
--- a/contentedit.html
+++ b/contentedit.html
@@ -15,9 +15,6 @@ 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({