~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to src/TSEP/Bundle/AdminBundle/Resources/views/Admin/processQueue.html.twig

  • Committer: xaav at xaav
  • Date: 2011-07-14 19:14:14 UTC
  • Revision ID: xaav@xaav.tk-20110714191414-nrdn42s7g0f2zilv
Queue is functioning

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                });
23
23
            })();
24
24
        });
 
25
        
 
26
        $.ajaxError(function () {
 
27
                
 
28
                window.location = base + 'admin';
 
29
        });
25
30
    </script>
26
31
{% endblock %}