Commit 7cfe01ec authored by aaron's avatar aaron

Removed 'nice little rollover effect', will now use the 'nice little no-over effect'.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3974 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0dc427a9
......@@ -59,6 +59,7 @@
<script type="text/javascript">
// Add a nice little rollover effect to any row in a jive-table object. This will help
// visually link left and right columns.
/*
var myrules = {
'.jive-table TBODY TR' : function(el) {
el.onmouseover = function() {
......@@ -70,6 +71,7 @@
}
};
Behaviour.register(myrules);
*/
</script>
<decorator:head />
</head>
......
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