diff --git a/capsule-prototype/js/TimelinesWidget.js b/capsule-prototype/js/TimelinesWidget.js
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/capsule-prototype/js/online-rekall/Rekall.js b/capsule-prototype/js/online-rekall/Rekall.js
index 2a83503e542d10b2d02041897c9c9f15fa58ee7d..fb2466addcc3febab01c599117e7e893fc587e52 100644
--- a/capsule-prototype/js/online-rekall/Rekall.js
+++ b/capsule-prototype/js/online-rekall/Rekall.js
@@ -107,9 +107,9 @@ Rekall.prototype.loadXMLFile = function () {
                     //if($(this).find('document').length == 0) {
                     //	openAlert("Start by adding files to your project.", 60);
                     //} else {
-                    if (rekall.project == undefined)
-                        rekall.project = new Project(url, that);
-                    rekall.project.loadXML($(this));
+                    if (that.project == undefined)
+                        that.project = new Project(url, that);
+                    that.project.loadXML($(this));
                     //}
                 });
             }
@@ -129,9 +129,9 @@ Rekall.prototype.loadXMLFile = function () {
                             if ($(this).find('document').length == 0) {
                                 openAlert("Start by adding files to your project.", 60);
                             } else {
-                                if (rekall.project == undefined)
-                                    rekall.project = new Project(url, that);
-                                rekall.project.loadXML($(this));
+                                if (that.project == undefined)
+                                    that.project = new Project(url, that);
+                                that.project.loadXML($(this));
                             }
                         });
                     }