File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
media/js/firefox/australis Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ and ``effect`` is the animation type:
68
68
69
69
Target types:
70
70
71
- * ``'pinnedTab' ``
72
71
* ``'accountStatus' ``
73
72
* ``'addons' ``
74
73
* ``'appMenu' ``
@@ -253,25 +252,6 @@ Cycles through an array of themes at a set interval with a callback on each step
253
252
* ``delay `` in milliseconds (number)
254
253
* ``callback `` to excecute at each step (function)
255
254
256
- addPinnedTab()
257
- ^^^^^^^^^^^^^^
258
-
259
- Adds a pinned tab to the browser window. For security reasons the URL for this pinned tab
260
- is hard-coded in the browser, and currently points to ``https://support.mozilla.org/kb/pinned-tabs-keep-favorite-websites-open ``
261
-
262
- .. code-block :: javascript
263
-
264
- Mozilla .UITour .addPinnedTab ();
265
-
266
- removePinnedTab()
267
- ^^^^^^^^^^^^^^^^^
268
-
269
- Removes the pinned tab if one was created.
270
-
271
- .. code-block :: javascript
272
-
273
- Mozilla .UITour .removePinnedTab ();
274
-
275
255
getConfiguration(type, callback)
276
256
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
257
Original file line number Diff line number Diff line change @@ -146,14 +146,6 @@ if (typeof Mozilla == 'undefined') {
146
146
nextTheme ( ) ;
147
147
} ;
148
148
149
- Mozilla . UITour . addPinnedTab = function ( ) {
150
- _sendEvent ( 'addPinnedTab' ) ;
151
- } ;
152
-
153
- Mozilla . UITour . removePinnedTab = function ( ) {
154
- _sendEvent ( 'removePinnedTab' ) ;
155
- } ;
156
-
157
149
Mozilla . UITour . showMenu = function ( name , callback ) {
158
150
var showCallbackID ;
159
151
if ( callback ) {
You can’t perform that action at this time.
0 commit comments