diff --git a/examples/.DS_Store b/examples/.DS_Store index 9ed1a1a..50ee845 100644 Binary files a/examples/.DS_Store and b/examples/.DS_Store differ diff --git a/examples/template_googlespreadsheet/index.html b/examples/template_googlespreadsheet/index.html index 98d58ce..f5aad81 100644 --- a/examples/template_googlespreadsheet/index.html +++ b/examples/template_googlespreadsheet/index.html @@ -6,10 +6,6 @@ - - - - - - - - - - - diff --git a/examples/template_html/index.html b/examples/template_html/index.html index 0e17e9c..88e60f4 100755 --- a/examples/template_html/index.html +++ b/examples/template_html/index.html @@ -2,13 +2,11 @@ - Elizabeth Taylor 1932-2011 - Timeline + Timeline - - - + - - - - - diff --git a/examples/template_json/index.html b/examples/template_json/index.html index 7c30f5a..3a824fa 100644 --- a/examples/template_json/index.html +++ b/examples/template_json/index.html @@ -24,30 +24,12 @@ - - - - - - diff --git a/source/.DS_Store b/source/.DS_Store index 56b726d..39035fa 100644 Binary files a/source/.DS_Store and b/source/.DS_Store differ diff --git a/source/js/VMM.js b/source/js/VMM.js index 73c8f49..50fbbd9 100644 --- a/source/js/VMM.js +++ b/source/js/VMM.js @@ -1359,7 +1359,7 @@ if (typeof VMM == 'undefined') { VMM.ExternalAPI.youtube.init(m.id); //mediaElem = ""; } else if (m.type == "vimeo") { - mediaElem = ""; + mediaElem = ""; } else if (m.type == "twitter"){ mediaElem = "
Loading Tweet
"; //VMM.ExternalAPI.twitter.getHTML(m.id); @@ -1373,12 +1373,12 @@ if (typeof VMM == 'undefined') { mediaElem = "
Loading Sound
"; VMM.ExternalAPI.soundcloud.getSound(m.id, soundcloud_id) } else if (m.type == "google-map") { - mediaElem = "" + mediaElem = "" } else if (m.type == "unknown") { trace("NO KNOWN MEDIA TYPE FOUND TRYING TO JUST PLACE THE HTML"); mediaElem = VMM.Util.properQuotes(m.id); } else if (m.type == "website") { - mediaElem = "" + mediaElem = "" } else { trace("NO KNOWN MEDIA TYPE FOUND"); trace(m.type);