Fix pop up issues with Firefox 4.

This commit is contained in:
Paulo Gustavo Veiga 2011-03-27 13:19:46 -03:00
parent d72ae43a69
commit fd5a122cc9

View File

@ -16,7 +16,6 @@
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/thirdparty.css">
<link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon">
<script type="text/javascript" src="${pageContext.request.contextPath}/js/core.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/wiseLibrary.js"></script>
<script type="text/javascript">
@ -25,10 +24,6 @@
boxGenerator.render('recentFiles');
boxGenerator.render('recentItems');
$('mydocs').makeRounded({radius: 16,borderColor: '#a7c6df',backgroundColor: '#c3def5'});
// IE Hack ....
function afterMindpotLibraryLoading(){};
};
</script>