[doc][fix] updated CHANGES + changed the method to wait for page to load
This commit is contained in:
parent
25e85a980d
commit
0336d0f7c9
@ -15,6 +15,10 @@ New features:
|
|||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
- Changed $(window).load with $(document).ready in moderation.js
|
||||||
|
because in some version of FF and IE doesn't work.
|
||||||
|
[eikcihi18]
|
||||||
|
|
||||||
- Fix location of controlpanel events.
|
- Fix location of controlpanel events.
|
||||||
[jensens]
|
[jensens]
|
||||||
|
|
||||||
|
@ -24,10 +24,9 @@ require([ // jshint ignore:line
|
|||||||
//#JSCOVERAGE_IF 0
|
//#JSCOVERAGE_IF 0
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Window Load Function: Executes when complete page is fully loaded,
|
* Document Ready Function: Executes when DOM is ready.
|
||||||
* including all frames,
|
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
$(window).load(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* Delete a single comment.
|
* Delete a single comment.
|
||||||
|
Loading…
Reference in New Issue
Block a user