Commit f442790a3f6f77ca559be9955db006b3065cb75f

Authored by Antonio Terceiro
1 parent 8b4fddc4

ActionItem1226: removing reference to unexisting function

That's what you get when you pick random javascript crap from
the internet.
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
public/javascripts/lightbox.js
... ... @@ -53,7 +53,6 @@ function checkIt(string) {
53 53  
54 54 Event.observe(window, 'load', initialize, false);
55 55 Event.observe(window, 'load', getBrowserInfo, false);
56   -Event.observe(window, 'unload', Event.unloadCache, false);
57 56  
58 57 var lightbox = Class.create();
59 58  
... ...