Re: [v0.2] MooFlow
daKmoR wrote:it's rather strange...
your MooFlow.js file contains this content?
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>Source/Common/javascript/Source/uthando/Interface/MooFlow.js at master from vincentbluff's Uthando-CMS - GitHub</title>
- <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub" />
- <link rel="fluid-icon" href="http://github.com/fluidicon.png" title="GitHub" />
html in an js file? I guess that can't work :p
@daKmoR it seems @supunna just saved the github page instead of downloading the js code.
@supunna you do have to make IE8 emulate IE7 as this is a major bug with IE8 it seems Microsoft are breaking backwards compatibility. "They are a law unto themselves". IE8 will not work in my site without:
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
and on your test page you need to add the MooTools library and the JS code for MooFlow not the saved github page but the code. You could of done this by clicking on the raw option and then saving the code.