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

« back to all changes in this revision

Viewing changes to content/prefs/_overlay.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:
33
33
                key = this.prefService.getCharPref(this.keys[i]).split("][");
34
34
            }catch(e){
35
35
                continue;
36
 
            }
 
36
            }
37
37
            /* mod by eXXile
38
38
            if(key[3] && (!key[4] || key[4] == document.location)) {
39
39
                var nKey = document.getElementsByTagName("keyset")[0].appendChild(document.createElement("key"));