Commit cf84d5c1 by Piotr Mitros

Tabs _appear_ to work, but no internet

parent 4566cf0a
...@@ -78,6 +78,7 @@ def seq_module(request, module): ...@@ -78,6 +78,7 @@ def seq_module(request, module):
"destroy_js":"", "destroy_js":"",
'content':render_to_string('seq_module.html',params)} 'content':render_to_string('seq_module.html',params)}
if module.nodeName == 'tab': if module.nodeName == 'tab':
params['id'] = 'tab'
return {'init_js':js+render_to_string('tab_module.js',params), return {'init_js':js+render_to_string('tab_module.js',params),
"destroy_js":"", "destroy_js":"",
'content':render_to_string('tab_module.html',params)} 'content':render_to_string('tab_module.html',params)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment