~ubuntu-branches/debian/stretch/all-in-one-sidebar/stretch

« back to all changes in this revision

Viewing changes to content/multipanel.js

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2013-09-09 19:59:25 UTC
  • mfrom: (1.1.5) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130909195925-8dtwzmf4o662becs
Tags: 0.7.20-1
* Team upload
* Imported Upstream version 0.7.20
* Remove now useless DMUA
* Remove now useless version in Build-Depends
* Update Vcs to canonical URI
* Bump standards version to 3.9.4
* Add Breaks for xul-ext
* Remove now useless Replaces
* Update copyright, convert it to format 1.0
* Add upstream changelog
* No phone home on install and upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    // Buttons aktivieren/deaktivieren
17
17
    aios_setOptions();
18
18
 
19
 
    window.setTimeout(function() {
20
 
        aios_setSSR();
 
19
    window.setTimeout(function() {
 
20
        aios_setSSR();
21
21
    }, 50);
22
 
    
 
22
 
23
23
    // fuer CSS-Zwecke speichern
24
24
    aios_appInfo(document.getElementById('webpanels-window'));
25
25
}
180
180
 
181
181
    if(webPanel && webPanel.contentDocument) {
182
182
        var loc = webPanel.contentDocument.location.href;
183
 
        
 
183
 
184
184
        if(webPanel.contentDocument.title != "") newLabel = newLabel + webPanel.contentDocument.title;
185
185
    }
186
186
 
201
201
*/
202
202
function aios_setSSR() {
203
203
    //if(!aios_getBoolean("ssr-mitem", "checked")) return false;
204
 
    
 
204
 
205
205
    var ssrURL = "chrome://aios/skin/css/multipanel_ssr.css";
206
206
 
207
207
    try {