J
Joe
This has to be simple - I must be missing something....
Here's the problem:
I have a .js file in my project. In that file I have a variable imageDir
declared like this: imageDir = "images/";
I want to change this so it always references the root. Now I wouldn't think
this is a big deal except no matter what I do to imageDir it never changes.
I've even tried commenting out the line but it still gets a value at
runtime.
The first thing I did was make sure I don't have the wrong file open so I
closed the file and double clicking on the file in the solution explorer.
The file is the same.
Next I did a search on the computer to see if there are other copies of it
and there is 1 other copy which is in the site I publish to. I made the same
change to that file but it still doesn't show.
I put a break point in the .js file and even though I commented out the
imageDir line it is still declared and assigned to.
Does any one have any suggestions as to what else to look for? This has to
be a simple problem.
Thanks,
Joe
Here's the problem:
I have a .js file in my project. In that file I have a variable imageDir
declared like this: imageDir = "images/";
I want to change this so it always references the root. Now I wouldn't think
this is a big deal except no matter what I do to imageDir it never changes.
I've even tried commenting out the line but it still gets a value at
runtime.
The first thing I did was make sure I don't have the wrong file open so I
closed the file and double clicking on the file in the solution explorer.
The file is the same.
Next I did a search on the computer to see if there are other copies of it
and there is 1 other copy which is in the site I publish to. I made the same
change to that file but it still doesn't show.
I put a break point in the .js file and even though I commented out the
imageDir line it is still declared and assigned to.
Does any one have any suggestions as to what else to look for? This has to
be a simple problem.
Thanks,
Joe