Compare commits
No commits in common. "0c8b9da3f639b3bf06c772ca6eff6acedc08c355" and "8ddf59666b38f3cc4ce9545f199cb1e9ead32292" have entirely different histories.
0c8b9da3f6
...
8ddf59666b
@ -249,22 +249,6 @@
|
||||
}).fail(function(e, f, g) {
|
||||
console.log("searching: err: " + e + f + g);
|
||||
})
|
||||
},
|
||||
list_messages: function () {
|
||||
$.ajax({url: "api/msg/ids", method: "GET"})
|
||||
.done(jd => {
|
||||
// NICHT SO wg. Vue: _messagelist = jd;
|
||||
_messagelist.splice(0, _messagelist.length);
|
||||
_messagelist.push.apply(_messagelist, jd);
|
||||
//console.log("jd: "+jd);
|
||||
for (var e in jd) {
|
||||
if (!_messages[jd[e]]) {
|
||||
get_insert_message(jd[e]);
|
||||
}
|
||||
}
|
||||
}).fail(function (e, f, g) {
|
||||
console.log("list_msg: err: " + e + f + g);
|
||||
});
|
||||
},
|
||||
getFilteredTags(text) {
|
||||
this.taglist = dat.filter((option) => {
|
||||
@ -301,7 +285,7 @@
|
||||
|
||||
this.isSearchActiv = false;
|
||||
this.searchtext = "";
|
||||
this.list_messages();
|
||||
listMessages();
|
||||
},
|
||||
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user