diff --git a/application.js b/application.js
index ef8d301..58e53e0 100644
--- a/application.js
+++ b/application.js
@@ -18,7 +18,7 @@ dojo.require('dojo.hash');
// app when the page loads
dojo.declare('tht.Main', null, {
constructor: function() {
-
+
}
});
@@ -26,5 +26,5 @@ dojo.ready(function() {
// build our main widget when everything is ready; adjust the name here
// if you change it above but otherwise leave this alone and do all
// work in the widget above
- var app = new tht.Main();
-});
\ No newline at end of file
+ var app = new tht.Main();
+})
\ No newline at end of file
diff --git a/index.html b/index.html
index 8b61333..0d5efb7 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
@import "http://ajax.googleapis.com/ajax/libs/dojo/1.5.0/dijit/themes/claro/claro.css";
@import "css/application.css";
-
-
+
-
-
-
-
+
+
+