biblio_theorie.md
... ...
@@ -155,4 +155,4 @@ Précisions sur les théories et les pensées qui inspirent et façonnent notre
155 155
- Gillis, William, "[What is Anarcho-Transhumanism](http://humaniterations.net/2012/01/06/what-is-anarcho-transhumanism/)", *Human Iteration
156 156
157 157
158
-<script src="/javascript.js" language="JavaScript"></script>
158
+<script src="/custom.js" language="JavaScript"></script>
custom.js
... ...
@@ -1,4 +1,4 @@
1
-
1
+window.onload = function() {
2 2
var img_ele = null,
3 3
x_cursor = 0,
4 4
y_cursor = 0,
... ...
@@ -48,3 +48,4 @@ y_img_ele = 0;
48 48
document.getElementById('drag-img').addEventListener('mousedown', start_drag);
49 49
document.getElementById('container').addEventListener('mousemove', while_drag);
50 50
document.getElementById('container').addEventListener('mouseup', stop_drag);
51
+}
... ...
\ No newline at end of file