Commit f442790a3f6f77ca559be9955db006b3065cb75f
1 parent
8b4fddc4
Exists in
master
and in
28 other branches
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,7 +53,6 @@ function checkIt(string) { | ||
53 | 53 | ||
54 | Event.observe(window, 'load', initialize, false); | 54 | Event.observe(window, 'load', initialize, false); |
55 | Event.observe(window, 'load', getBrowserInfo, false); | 55 | Event.observe(window, 'load', getBrowserInfo, false); |
56 | -Event.observe(window, 'unload', Event.unloadCache, false); | ||
57 | 56 | ||
58 | var lightbox = Class.create(); | 57 | var lightbox = Class.create(); |
59 | 58 |