Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/assets/javascripts/sprangular/module.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ window.Sprangular = angular.module('Sprangular', [
paymentMethods = Env.config.payment_methods

if paymentMethods.length == 0
alert 'Gateway is not configured in Spree...'
$log.info 'Gateway is not configured in Spree...'

Sprangular.startupData = {}

Expand Down Expand Up @@ -113,5 +113,5 @@ Sprangular.run (

$rootScope.$on '$routeChangeError', (event, current, previous, rejection) ->
Status.routeChanging = false
alert "Error changing route. See console for details."
$log.info "Error changing route", rejection
$location.path "/404"