~danci-emanuel/postorius/UI_dlists_support

« back to all changes in this revision

Viewing changes to src/postorius/doc/_build/html/_static/sidebar.js

  • Committer: Florian Fuchs
  • Date: 2012-03-23 22:54:46 UTC
  • Revision ID: flo.fuchs@gmail.com-20120323225446-bm7y4b0pc70zug79
doc folder cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Once the browser is closed the cookie is deleted and the position
17
17
 * reset to the default (expanded).
18
18
 *
19
 
 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
 
19
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
20
20
 * :license: BSD, see LICENSE for details.
21
21
 *
22
22
 */
91
91
        '<div id="sidebarbutton"><span>&laquo;</span></div>'
92
92
    );
93
93
    var sidebarbutton = $('#sidebarbutton');
 
94
    light_color = sidebarbutton.css('background-color');
94
95
    // find the height of the viewport to center the '<<' in the page
95
96
    var viewport_height;
96
97
    if (window.innerHeight)
144
145
  add_sidebar_button();
145
146
  var sidebarbutton = $('#sidebarbutton');
146
147
  set_position_from_cookie();
147
 
});
 
 
b'\\ No newline at end of file'
 
148
});