From 2215170007936bcacc31e4957f3a95bed5e4dcc8 Mon Sep 17 00:00:00 2001 From: Zach Wise Date: Thu, 29 Mar 2012 22:32:38 -0500 Subject: [PATCH] Fixed IE 8 Bugs Also removed some leftover analytics code from the examples --- examples/.DS_Store | Bin 12292 -> 12292 bytes .../template_googlespreadsheet/index.html | 26 +----------------- examples/template_html/index.html | 26 ++---------------- examples/template_json/index.html | 20 +------------- source/.DS_Store | Bin 6148 -> 6148 bytes source/js/VMM.js | 6 ++-- 6 files changed, 8 insertions(+), 70 deletions(-) diff --git a/examples/.DS_Store b/examples/.DS_Store index 9ed1a1a00cd7ab3a701dacc9d23a7a317632bffd..50ee845cdd95304b27b698110fb117e7513c0fae 100644 GIT binary patch delta 152 zcmZokXi3;$z{1El*^p%hDII5{UNKR*Y=(_zxz0ur2j7N{gDUKXrGTp){~m?57b4_T%7WN9{0 cCXGu#)#8&q*@T#*VlQqiT* - - - - - - - - - - - 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 56b726dbbe9f463bb2a2aad6ea55bc0b1d481844..39035fa362382a150b34d16015cf772e5edc5687 100644 GIT binary patch delta 43 zcmZoMXffE(!YnS&z`(%7ki}4(oA2V1Qd*MCz;Jrj%_Wm(GaE7;VBLI<*-Qig6qF63 delta 43 zcmZoMXffE(!Yp3Nz`(%7ki}4(oA2V1Qd*MCz;L?iZ0zLO%!W++_iR4LY$gH#9|8_P diff --git a/source/js/VMM.js b/source/js/VMM.js index 4d60ea2..32f062a 100644 --- a/source/js/VMM.js +++ b/source/js/VMM.js @@ -1331,7 +1331,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 = ""; //VMM.ExternalAPI.twitter.getHTML(m.id); @@ -1345,12 +1345,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);