Commit 72f658ad by gema

añadida imagen para modal notificacion en caso de not save y añadida ruta en main.js

parent 48265584
...@@ -170,7 +170,7 @@ function show_modal_notification() { ...@@ -170,7 +170,7 @@ function show_modal_notification() {
if($('.notification').length !== 0){ if($('.notification').length !== 0){
$('.img-type').attr('src',$('.notification.type').val() === "success" ? "assets/img/save.png" : "url-img-error"); $('.img-type').attr('src',$('.notification.type').val() === "success" ? "assets/img/save.png" : "assets/img/notsave.png");
$('.text-message').text($('.notification.text').val()); $('.text-message').text($('.notification.text').val());
$('#modalNotification').modal('show'); $('#modalNotification').modal('show');
......
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