FSN#38632 Layout fix stippellijntje rond frame
svn path=/Website/trunk/; revision=31807
This commit is contained in:
@@ -1111,8 +1111,12 @@ var FcltMgr =
|
||||
fixActiveelementError: function ()
|
||||
{ // FSN#25845
|
||||
// Fix 'unspecified error' op document.activeElement in jQuery 1.9.1/IE 9
|
||||
try { document.documentElement.focus(); }
|
||||
catch(e) {/* soms met IE8 op 'remembered' tabbladen */}
|
||||
var agent = navigator.userAgent;
|
||||
if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
|
||||
{
|
||||
try { document.documentElement.focus(); }
|
||||
catch(e) {/* soms met IE8 op 'remembered' tabbladen */}
|
||||
}
|
||||
},
|
||||
mydialog: function (tekst, params)
|
||||
{
|
||||
|
||||
@@ -39,7 +39,11 @@ function _initVrijedagen()
|
||||
<script type="text/javascript">
|
||||
// Fix 'unspecfied error' op document.activeelement bij openen
|
||||
// http://bugs.jquery.com/ticket/13378
|
||||
jQuery(function () { try { document.documentElement.focus(); } catch(e) {/* soms met IE8 op 'remembered' tabbladen */} });
|
||||
var agent = navigator.userAgent;
|
||||
if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
|
||||
{
|
||||
jQuery(function () { try { document.documentElement.focus(); } catch(e) {/* soms met IE8 op 'remembered' tabbladen */} });
|
||||
}
|
||||
var mld_vrije_dagen = [<%=mld_vrije_dagen%>];
|
||||
var calArray = new Array();
|
||||
// Zie ook kenmerk_common.inc. Delen code was iets te lastig
|
||||
|
||||
Reference in New Issue
Block a user