webstaff: tweak successful renewal sound
authorJason Etheridge <jason@esilibrary.com>
Thu, 23 Mar 2017 19:08:17 +0000 (15:08 -0400)
committerJason Etheridge <jason@esilibrary.com>
Mon, 27 Mar 2017 20:00:33 +0000 (16:00 -0400)
aesthetic: default to info.wav instead of success.wav

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

index c32cf6f..09988c2 100644 (file)
@@ -404,7 +404,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,
         // Other events
         switch (evt[0].textcode) {
             case 'SUCCESS':
-                egCore.audio.play('success.renew');
+                egCore.audio.play('info.renew');
                 return $q.when(final_resp);
 
             case 'COPY_IN_TRANSIT':