Skip to content
Snippets Groups Projects
Commit efdba239 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

link not file

parent e3bc21ba
Branches
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@
function chooseHeaderPic(){
$("#modalTitle").html("Choisir une image d'entête");
$("#modalBody").html('<div class="form-group"><input type="file" id="headerPicInput" class="form-control-file"></div>');
$("#modalBody").html('<div class="form-group"><label>Lien de l\'image (on a pas le temps de faire un envoie de fichier)</label><input type="text" id="headerPicInput" class="form-control-file"></div>');
$("#modalSave").attr("onclick", "saveHeaderPic()");
$("#modal").modal("show");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment