|
@@ -233,6 +233,7 @@ $formID = rand(0, 100000);
|
|
return matches.length ? matches[0].uid : false;
|
|
return matches.length ? matches[0].uid : false;
|
|
},
|
|
},
|
|
addToFavorites: function(_item) {
|
|
addToFavorites: function(_item) {
|
|
|
|
+ if(!_item.title || !$.trim(_item.title)) return;
|
|
if(this.isFavorite(_item)) return;
|
|
if(this.isFavorite(_item)) return;
|
|
let self = this;
|
|
let self = this;
|
|
$.post('/api/proFavorite/create', {
|
|
$.post('/api/proFavorite/create', {
|