diff --git a/src/js/views/App.js b/src/js/views/App.js index 1273292e..fe17141c 100755 --- a/src/js/views/App.js +++ b/src/js/views/App.js @@ -2,7 +2,7 @@ import React, { PropTypes } from 'react'; import ReactDOM from 'react-dom'; import { createStore, bindActionCreators } from 'redux' -import { browserHistory, Link } from 'react-router' +import { hashHistory, Link } from 'react-router' import { connect } from 'react-redux' import Sidebar from '../components/Sidebar' @@ -42,7 +42,7 @@ class App extends React.Component{ if( this.props.spotify_authorized ) this.props.spotifyActions.getAllLibraryPlaylists(); // when we navigate to a new route - browserHistory.listen( location => { + hashHistory.listen( location => { // hide our sidebar this.props.uiActions.toggleSidebar( false ) diff --git a/src/js/views/Settings.js b/src/js/views/Settings.js index f953ebc2..1a9c40bd 100755 --- a/src/js/views/Settings.js +++ b/src/js/views/Settings.js @@ -289,7 +289,7 @@ class Settings extends React.Component{  GitHub    - Creative Commons License + Creative Commons License