Skip to content

Commit

Permalink
MID-4078 improved ajax icon behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jul 17, 2017
1 parent 3327f2d commit 4497033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/admin-gui/src/main/webapp/js/midpoint-theme.js
Expand Up @@ -14,11 +14,11 @@
* limitations under the License.
*/

window.onload = initAjaxStatusSigns;

$(window).load(function() {
//dom not only ready, but everything is loaded MID-3668
$("body").removeClass("custom-hold-transition");

initAjaxStatusSigns();
});

function clickFuncWicket6(eventData) {
Expand Down

0 comments on commit 4497033

Please sign in to comment.