Alright I figured out what the problem was. I was beta testing win 7, and
you have to run chrome with the --in-process-plugins flag set for it to run
correctly. I tried it on another machine and it worked exactly like it was
supposed to.
Thanks for the help,
-- Caleb
On Tue, Feb 3, 2009 at 1:18
Hi Caleb,
ok, the project seems to complex to strip out some parts and run them
individually.
Anyway, I looked at the sources and they look quite ok to me.
Sorry, that I can't help more with this.
Just a hint, you could try to add some debug outputs to your code and
comment out some parts until
Sure, here you go
// begin code //
var cookie_name = 'WP_LiveSaver',
element = 'wpTextbox1';
var LiveSaver = {
init: function() {
this.lastSave = (new Date()).getTime();
var wikiSection = window.location.href.match(/section=\d+/),
Hi Caleb,
Could you please post your LiveSaver object and the element variable
initialization as well.
I tested your code with a more or less meaningful dummy implementation
of LiveSaver and element and it works for me in: FF3, Chrome1, Opera9,
IE8
I guess the problem is either in LiveSaver.add(
4 matches
Mail list logo