From 692eeb65d8c9bdeec7fd79d3c66380ae107918a6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 9 Apr 2013 16:50:59 +0200 Subject: [PATCH] disable SensLabMap for now --- trash/sliceview.py | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/trash/sliceview.py b/trash/sliceview.py index fd2baf83..7345e626 100644 --- a/trash/sliceview.py +++ b/trash/sliceview.py @@ -8,6 +8,7 @@ from django.contrib.auth.decorators import login_required from unfold.page import Page from manifold.manifoldquery import ManifoldQuery +from plugins.raw.raw import Raw from plugins.stack.stack import Stack from plugins.tabs.tabs import Tabs from plugins.lists.slicelist import SliceList @@ -89,13 +90,21 @@ def slice_view (request, slicename=tmp_default_slice): togglable=False, query=main_query, ), - SensLabMap ( + Raw ( +# SensLabMap ( page=page, - title='3D view', + title='3D view (disabled)', domid='smap', - # tab's sons preferably turn this off +# # tab's sons preferably turn this off togglable=False, - query=main_query, +# query=main_query, + html="""

+Thierry: I am commeting off the use of which, + although rudimentarily ported to the django framework, +causes a weird behaviour especially wrt scrolling. +On my Mac any longer +if I keep this active, so for now it's disabled +

""", ), ]), Hazelnut ( -- 2.43.0