From a23f6a677099d7fb1299c999f77f4608fdc11200 Mon Sep 17 00:00:00 2001 From: Tony Anderson Date: Fri, 08 Apr 2011 15:56:24 +0000 Subject: version 2.02 --- 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({ -- cgit v0.9.1