Fix Firefox issue.

This commit is contained in:
Paulo Veiga
2011-08-21 22:53:37 -03:00
parent ad13c296ad
commit f036a7684e
3 changed files with 20 additions and 6 deletions

View File

@@ -13,9 +13,12 @@
<!--<script type='text/javascript' src='../js/wiseLibrary.js'></script>-->
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools-yui-compressed.js'></script>
<script type='text/javascript'
src='https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools-yui-compressed.js'></script>
<script type='text/javascript' src='../js/mootools-more-1.3.2.1-yui.js'></script>
<!--<script type='text/javascript' src='../js/mootools-more-1.3.2.1-yui.js'></script>-->
<!--<script type='text/javascript' src='../js/common.js'></script>-->
<!--<script type='text/javascript' src='../js/windoo.js'></script>-->
@@ -25,8 +28,8 @@
<script type="text/javascript">
//Google-Brix framework load callback function
collabOnLoad = function() {
isGoogleBrix=true;
if(typeof mindplot != "undefined"){
isGoogleBrix = true;
if (typeof mindplot != "undefined") {
mindplot.collaboration.frameworks.brix.BrixFramework.instanciate();
}
};