mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 16:18:00 -05:00
view local recipes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user