Closed
Bug 1103413
Opened 10 years ago
Closed 10 years ago
Javascript not updating on refresh.
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 893696
People
(Reporter: jerradpatch, Unassigned)
Details
Attachments
(1 file)
18.81 KB,
application/x-php
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141013200257
Steps to reproduce:
changed my javascript that was inline with the HTML file.
Actual results:
the Debugger of firefox inspector did not update with my new code. I had to close the browser and reposen it to get the changes. I am running firefox 33.0 on Ubuntu 14.04.1 LTS
Expected results:
When I changed the code and refreshed the page (with caching turned off), the debugger should have shown my updated code. I was working on the "$('a.popupDisplay').hover(function(e) {" portion of the code.
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Debugger
Comment 1•10 years ago
|
||
This looks like a duplicate of bug 893696.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•