Commit be816fc8f6e9ed68a875633de1c97c0db8637920

Authored by Geoffrey PREUD'HOMME
1 parent d6489a75

Removed extra parenthesis

That surprisingly didn't make everything crash
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/crep.js
... ... @@ -20,7 +20,7 @@ function dynamiseLinks(el) {
20 20 $("a", el).click(actLink)
21 21 }
22 22  
23   -function loadDoc(location, callback)) {
  23 +function loadDoc(location, callback) {
24 24 if (!callback) {
25 25 callaback = function () {
26 26 return undefined
... ...