Geht bei der Suche zurück zum Dashboard
This commit is contained in:
parent
ce740b61ec
commit
9a16ed0480
@ -26,10 +26,7 @@ const HomeRouter = {
|
||||
messages();
|
||||
},
|
||||
goBackToDashboard: function() {
|
||||
//Home neu rendern ...
|
||||
//windows.history.go();
|
||||
router.push('/files')
|
||||
router.push('/home')
|
||||
vueForceRender();
|
||||
$("#escape-search-link").css("visibility", "hidden");
|
||||
$("#subscribe-btn").css("visibility", "hidden");
|
||||
},
|
||||
|
@ -68,7 +68,7 @@ Vue.component('MsgCard', {
|
||||
}*/
|
||||
},
|
||||
filterForTag: function (tag) {
|
||||
var btnString = "#" + tag + " abonnieren"
|
||||
var btnString = "#" + tag + " abonnieren";
|
||||
$("#btn-text").text(btnString);
|
||||
$("#subscribe-btn").css("visibility", "visible");
|
||||
//console.log("link: " + tag);
|
||||
|
Loading…
x
Reference in New Issue
Block a user