Skip to content

Commit

Permalink
Removed change from .load to .ready, I'll create another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Oct 24, 2018
1 parent 6fed2ad commit 671f0cc
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

/**************************************************************************
* Document Ready Function: Executes when complete page is fully loaded,
* Window Load Function: Executes when complete page is fully loaded,
* including all frames,
**************************************************************************/
$(document).ready(function () {
$(window).load(function () {

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

0 comments on commit 671f0cc

Please sign in to comment.