modified: SRC/public/js/ListeOeuvre.js
This commit is contained in:
parent
e685a8e104
commit
85440932a6
@ -175,9 +175,13 @@ $('.checkbox').click(function(event) {
|
||||
|
||||
//swicth onglets de bg ma selection /ajouter
|
||||
|
||||
$('#liSelection').click(showSelection());
|
||||
$('#liSelection').click(function() {
|
||||
showSelection();
|
||||
});
|
||||
|
||||
$('#liAddImages').click(showAddPicture());
|
||||
$('#liAddImages').click(function() {
|
||||
showAddPicture();
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user