oneday
oneday

Reputation: 1629

website update delay (doesn't update when saving)

I'm a newbie working on a one page website. I experiment a lot with code - paste a bit of this, a bit of that in the html/css file, check if it works, keep it or delete it.

I realized that sometimes, when I decide to delete the code (just going back a step and saving), instead of coming back to the previous state, the website goes wild.

For example:

I pasted some responsive gallery code, among it:

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

decided I don't like it - clicked "step backwards" and saved. What I see now:

I don't understand this behaviour, as theoreticaly the website should come back to the previous state, shouldn't it?

EDIT: I don't have enough reputation here on Stackoverflow to answer my own question, so I'll write here: I tried clearing cookies, but no effect. Any other ideas? Thnx for answering anyway!

Upvotes: 0

Views: 122

Answers (1)

Atal Shrivastava
Atal Shrivastava

Reputation: 692

that is because of the browser. Your browser store all the information in th COOKIES. if you cleared the cookies and see again you can see the updated page. You just have to clear the cookies of the browser which you are using.

Upvotes: 1

Related Questions