CRM-14383 - Update cj closures
[civicrm-core.git] / templates / CRM / Queue / Page / Runner.tpl
index edaa4758ca4aca6cd0725e378930453b21a6e6d0..dc9705e9664288d398b27a9eec8947487b48bfca 100644 (file)
@@ -14,7 +14,7 @@
 {literal}
 <script type="text/javascript">
 
-cj(function() {
+CRM.$(function($) {
   // Note: Queue API provides "#remaining tasks" but not "#completed tasks" or "#total tasks".
   // To compute a %complete, we manually track #completed. This only works nicely if we
   // assume that the queue began with a fixed #tasks.