View Single Post
Old 11-09-2012, 07:17 AM   PM User | #3
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,168
Thanks: 59
Thanked 3,993 Times in 3,962 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
In what way does it not work?

In this code:
Code:
if(myurls.indexOf(window.location) > -1 && upload) 
{ 
    //This is where I need the code to do nothing at all. 
}
Your comment *IS* "nothing at all", so indeed if it reached that point it will do nothing at all.

But you need to be more speciific about what and how it doesn't work.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote