566 <a onClick="configureSpeedDial();" title="@SETTINGS-TITLE@" class="sett"></a> |
566 <a onClick="configureSpeedDial();" title="@SETTINGS-TITLE@" class="sett"></a> |
567 <a onClick="addSpeedDial();" title="@ADD-TITLE@" class="add"></a> |
567 <a onClick="addSpeedDial();" title="@ADD-TITLE@" class="add"></a> |
568 |
568 |
569 <script type="text/javascript"> |
569 <script type="text/javascript"> |
570 function init() { |
570 function init() { |
571 if (!external.speedDial) { |
|
572 setTimeout(init, 50); |
|
573 return; |
|
574 } |
|
575 |
|
576 @INITIAL-SCRIPT@ |
571 @INITIAL-SCRIPT@ |
577 |
572 |
578 external.speedDial.pagesChanged.connect(function() { |
573 external.speedDial.pagesChanged.connect(function() { |
579 if (ignoreNextChanged) { |
574 if (ignoreNextChanged) { |
580 ignoreNextChanged = false; |
575 ignoreNextChanged = false; |