[fix] fix load of js in moderation.js

This commit is contained in:
Filippo Campi 2018-06-27 15:31:07 +02:00
parent 0a16de8526
commit dfc6d0620b

View File

@ -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.