~kirkland/ubuntu-manpage-repository/python

« back to all changes in this revision

Viewing changes to www/functions.js

  • Committer: Dustin Kirkland
  • Date: 2013-03-11 03:10:25 UTC
  • Revision ID: dustin.kirkland@gmail.com-20130311031025-ozurqy75qhr22t7p
update to ubuntu.manpg.es

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
function installSearchEngine() {
117
117
    if (window.external && ("AddSearchProvider" in window.external)) {
118
118
        // Firefox 2 and IE 7, OpenSearch
119
 
        window.external.AddSearchProvider("http://manpages.ubuntu.com/ubuntu-manpage-search.xml");
 
119
        window.external.AddSearchProvider("http://ubuntu.manpg.es/ubuntu-manpage-search.xml");
120
120
    } else if (window.sidebar && ("addSearchEngine" in window.sidebar)) {
121
121
        // Firefox <= 1.5, Sherlock
122
 
        window.sidebar.addSearchEngine("http://http://manpages.ubuntu.com/ubuntu-manpage-search.src",
123
 
        "http://manpages.ubuntu.com/ubuntu-manpage-search.png",
 
122
        window.sidebar.addSearchEngine("http://http://ubuntu.manpg.es/ubuntu-manpage-search.src",
 
123
        "http://ubuntu.manpg.es/ubuntu-manpage-search.png",
124
124
        "Ubuntu Manpages", "");
125
125
    } else {
126
126
        // No search engine support (IE 6, Opera, etc).