73
edits
(Mentioned ubiquityLoad_.) |
m (typo) |
||
| Line 898: | Line 898: | ||
If you modify the function and want to see the changes, remember to first invoke Ubiquity. Although your function like above, might not be a Ubiquity command, this is necessary to refresh the cached code. | If you modify the function and want to see the changes, remember to first invoke Ubiquity. Although your function like above, might not be a Ubiquity command, this is necessary to refresh the cached code. | ||
Similarly, functions prefixed by <code>ubiquityLoad_</code> are called whenever Ubiquity is initialized for a main window of Firefox. This is useful when you want to interact with the Ubiquity interface itself, or | Similarly, functions prefixed by <code>ubiquityLoad_</code> are called whenever Ubiquity is initialized for a main window of Firefox. This is useful when you want to interact with the Ubiquity interface itself, or run some code whenever a new window is opened. | ||
<pre> | <pre> | ||
edits