Fixed typo in lytebox script
authorChristos V. Stathis <chstath@ebs.gr>
Fri, 3 Dec 2010 13:03:21 +0000 (15:03 +0200)
committerChristos V. Stathis <chstath@ebs.gr>
Fri, 3 Dec 2010 13:03:21 +0000 (15:03 +0200)
src/gr/ebs/gss/client/FileList.java

index 1faaa26..cc4e23f 100644 (file)
@@ -670,7 +670,7 @@ public class FileList extends Composite implements ClickHandler {
                                table.setHTML(i, 1, file.getName() + " <a href='" +
                                                GSS.get().getTopPanel().getFileMenu().getDownloadURL(file) +
                                                "' title='" + file.getName() + "' rel='lytebox[p]' " +
-                                               "onclick='myLytebox.start(this, false, false); retun false;'>" +
+                                               "onclick='myLytebox.start(this, false, false); return false;'>" +
                                                "(view)" + "</a>");
                        else
                                table.setHTML(i, 1, file.getName());