svg
This commit is contained in:
4
public/lib/app/app.js
Normal file
4
public/lib/app/app.js
Normal file
@@ -0,0 +1,4 @@
|
||||
function ModalLoad(idmodal,title,path) {
|
||||
$("#"+idmodal+" .modal-header h4").text(title);
|
||||
$("#"+idmodal+" #framemodal").attr("src",path);
|
||||
}
|
Reference in New Issue
Block a user