projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5ba04
)
bugfix.
author
Benoît Pin
<benoit.pin@gmail.com>
Fri, 1 Aug 2014 19:32:19 +0000
(21:32 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Fri, 1 Aug 2014 19:32:19 +0000
(21:32 +0200)
skins/photo_film_viewer.js
patch
|
blob
|
history
diff --git
a/skins/photo_film_viewer.js
b/skins/photo_film_viewer.js
index
0b1fde3
..
0a1cab9
100644
(file)
--- a/
skins/photo_film_viewer.js
+++ b/
skins/photo_film_viewer.js
@@
-722,8
+722,8
@@
FilmSlider.prototype.refreshImage = function() {
FilmSlider.prototype.updateBreadcrumbs = function(url, title) {
if (this.hasBreadcrumbs) {
- this.lastBCElement.href =
element.getAttribute('lastBcUrl')
;
- this.lastBCElement.innerHTML =
element.getAttribute('img_id')
;
+ this.lastBCElement.href =
url
;
+ this.lastBCElement.innerHTML =
title
;
}
};