[fix] fix load of js in moderation.js
This commit is contained in:
parent
0a16de8526
commit
dfc6d0620b
@ -24,10 +24,10 @@ 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 complete page is fully loaded,
|
||||||
* including all frames,
|
* 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