Tabs _appear_ to work, but no internet

This commit is contained in:
Piotr Mitros
2011-12-16 18:07:54 -05:00
parent 4566cf0a1a
commit cf84d5c182

View File

@@ -78,6 +78,7 @@ def seq_module(request, module):
"destroy_js":"",
'content':render_to_string('seq_module.html',params)}
if module.nodeName == 'tab':
params['id'] = 'tab'
return {'init_js':js+render_to_string('tab_module.js',params),
"destroy_js":"",
'content':render_to_string('tab_module.html',params)}