projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41e535
)
bugfix : XMLHttpRequest.status est un entier.
author
Benoît Pin
<benoit.pin@gmail.com>
Mon, 7 Apr 2014 11:17:39 +0000
(13:17 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Mon, 7 Apr 2014 11:17:39 +0000
(13:17 +0200)
skins/photo_film_viewer.js
patch
|
blob
|
history
diff --git
a/skins/photo_film_viewer.js
b/skins/photo_film_viewer.js
index
c9615fb
..
2ebe6ca
100644
(file)
--- a/
skins/photo_film_viewer.js
+++ b/
skins/photo_film_viewer.js
@@
-357,7
+357,7
@@
FilmSlider.prototype.thumbnailClickHandler = function(evt) {
break;
case 4 :
hideProgressImage();
- if (req.status ===
'200'
) { thisFS.populateViewer(req); }
+ if (req.status ===
200
) { thisFS.populateViewer(req); }
break;
}
};