Changed range toggles to links for home and actor pages.
This commit is contained in:
@@ -6,7 +6,6 @@ function initUiActions(_store, _router) {
|
||||
|
||||
function setRange({ commit }, range) {
|
||||
commit('setRange', range);
|
||||
localStorage.setItem('range', range);
|
||||
}
|
||||
|
||||
function setBatch({ commit }, batch) {
|
||||
|
||||
Reference in New Issue
Block a user