mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Bug fix : missing semicolons were causing an error with IE9.
SVN:2.0[3110]
This commit is contained in:
@@ -131,12 +131,12 @@ jQuery.extend(
|
||||
jQuery.handleError(s, xml, null, e);
|
||||
}
|
||||
|
||||
}, 100)
|
||||
}, 100);
|
||||
|
||||
xml = null
|
||||
xml = null;
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
// Timeout checker
|
||||
if ( s.timeout > 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user