projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5bfa56
)
Définition du comportement par défaut pour les requêtes ajax quelconques : on utilise...
author
Benoît Pin
<benoit.pin@gmail.com>
Fri, 29 Aug 2014 12:38:25 +0000
(14:38 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Fri, 29 Aug 2014 12:38:25 +0000
(14:38 +0200)
skins/photo_lightbox_viewer.js
patch
|
blob
|
history
diff --git
a/skins/photo_lightbox_viewer.js
b/skins/photo_lightbox_viewer.js
index
8dfbaf4
..
bb27a67
100644
(file)
--- a/
skins/photo_lightbox_viewer.js
+++ b/
skins/photo_lightbox_viewer.js
@@
-200,6
+200,9
@@
Lightbox.prototype.onResponseLoad = function(req) {
this.fm.submitButton = undefined;
this.refreshGrid();
break;
+ default :
+ this.fm.loadResponse(req);
+ break;
}
};