projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Upload js. Implémentation en cours.
[Portfolio.git]
/
skins
/
photo_layout_macros.pt
diff --git
a/skins/photo_layout_macros.pt
b/skins/photo_layout_macros.pt
index
849699e
..
6e1d7aa
100644
(file)
--- a/
skins/photo_layout_macros.pt
+++ b/
skins/photo_layout_macros.pt
@@
-86,8
+86,9
@@
// <!--
(function(){
var lb = document.getElementById('lightbox');
+ var uploadUrl = absolute_url();
new Lightbox(lb);
- new DDFileUploader(lb);
+ new DDFileUploader(lb
, uploadUrl
);
})();
// -->
</script>