My hovers worked fine before I added a new hover today. I also changed the order of the text in the drop-down menu. I don't think that has any affect. However, only the first hover populates. All other hovers have disappeared. Does any know how I can get them back?
My hovers disappeared
Collapse
X
-
Tags: None
-
Hi,
In the future you might want to consider implementing a version control system, so that when the unexpected happens you can compare the files to see what's changed (called diffing) and recover files to earlier states.
The diffing operation in particular would reveal any non manifesting syntax errors you did not know you accidentally created by highlighting the lines purely because they are not the same, which is what your problem sounds like to me and can be quite annoying to track down without such tools.
GazComment
Comment