view local recipes

This commit is contained in:
vabene1111
2019-11-14 08:57:50 +01:00
parent 76bf49eaad
commit 16cf81ab4a
4 changed files with 11 additions and 3 deletions

View File

@@ -96,6 +96,7 @@
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
window.open(this.responseText);
link.attr("href", this.responseText);
link.show();
$('#div_loader').hide();