~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/_static/sidebar.js

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-10-28 22:29:40 UTC
  • mfrom: (1.4.24)
  • Revision ID: package-import@ubuntu.com-20131028222940-wvyqffl4g617caun
Tags: 0.8.3-1
New upstream release

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-2011 by the Sphinx team, see AUTHORS.
 
19
 * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
20
20
 * :license: BSD, see LICENSE for details.
21
21
 *
22
22
 */
23
23
 
24
24
$(function() {
 
25
  
 
26
  
 
27
  
 
28
  
 
29
  
 
30
  
 
31
  
 
32
 
25
33
  // global elements used by the functions.
26
34
  // the 'sidebarbutton' element is defined as global after its
27
35
  // creation, in the add_sidebar_button function
148
156
  add_sidebar_button();
149
157
  var sidebarbutton = $('#sidebarbutton');
150
158
  set_position_from_cookie();
151
 
});
 
159
});
 
 
b'\\ No newline at end of file'