Commit 7812978f authored by Romain Courteaud's avatar Romain Courteaud

Fix error display

parent 43d97b8d
......@@ -52,8 +52,10 @@
},
});
} else {
$(this).text("No parameter found in url");
$("body").text("No parameter found in url");
}
} else {
$("body").text("No parameter found in url (2)");
}
};
......
......@@ -41,8 +41,10 @@
'</iframe">');
} else {
$(this).text("No parameter found in url");
$("body").text("No parameter found in url");
}
} else {
$("body").text("No parameter found in url (2)");
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment