Browse Source

Geht bei der Suche zurück zum Dashboard

master
Xenia Gruenzinger 4 years ago
parent
commit
9a16ed0480
2 changed files with 2 additions and 5 deletions
  1. 1
    4
      public/routes/home.js
  2. 1
    1
      public/routes/msgCard.js

+ 1
- 4
public/routes/home.js View File

@@ -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");
},

+ 1
- 1
public/routes/msgCard.js View File

@@ -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…
Cancel
Save