Browse Source

Add an extra class so we can use the spinner elsewhere.

pull/581/head
Jordan Dukart 10 years ago
parent
commit
813c55e75d
  1. 1
      js/spinner.js

1
js/spinner.js

@ -44,6 +44,7 @@
spinner.spin(this); spinner.spin(this);
$('#edit-next').hide(); $('#edit-next').hide();
$('#edit-prev').hide(); $('#edit-prev').hide();
$('.islandora-spinner-submit').hide();
// Submit the form after a set timeout, this handles problems with // Submit the form after a set timeout, this handles problems with
// safari, in that safari submits immediately.. // safari, in that safari submits immediately..
if (navigator.userAgent.indexOf('Safari') !== -1 && navigator.userAgent.indexOf('Chrome') === -1) { if (navigator.userAgent.indexOf('Safari') !== -1 && navigator.userAgent.indexOf('Chrome') === -1) {

Loading…
Cancel
Save