Author: sevein
Date: Thu Sep 22 12:56:05 2011
New Revision: 9792
Log:
Don't hide sidebar
Modified:
trunk/plugins/qtTrilliumPlugin/js/trillium.js
Modified: trunk/plugins/qtTrilliumPlugin/js/trillium.js
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/js/trillium.js Thu Sep 22 10:39:08
2011 (r9791)
+++ trunk/plugins/qtTrilliumPlugin/js/trillium.js Thu Sep 22 12:56:05
2011 (r9792)
@@ -9,15 +9,6 @@
$(this).children().not(':first').wrapAll('<div />');
});
- // Sidebar
- if (!$('.sidebar .section').has('*').length)
- {
- $('.sidebar').remove();
- $('#content').css({
- 'width': '940px',
- 'margin-left': '20px' });
- }
-
// Menu
$(document.body).bind('click', function (e)
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.