Skip to content

Commit

Permalink
[fix] fix load of js in moderation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Jun 27, 2018
1 parent 0a16de8 commit dfc6d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/app/discussion/browser/javascripts/moderation.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ require([ // jshint ignore:line
//#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,
**************************************************************************/
$(window).load(function () {
$(document).ready(function () {

/**********************************************************************
* Delete a single comment.
Expand Down

0 comments on commit dfc6d06

Please sign in to comment.