diff --git a/plugins/tools/assets/tools.js b/plugins/tools/assets/tools.js index 7382d914..989533a5 100644 --- a/plugins/tools/assets/tools.js +++ b/plugins/tools/assets/tools.js @@ -1,4 +1,4 @@ -$(document).on('ready pjax:success',function() { +$(document).on('rex:ready',function() { var monthNames = [ "January", @@ -202,4 +202,4 @@ $(document).on('ready pjax:success',function() { } }) -}); \ No newline at end of file +});