Commit 15f11a09 authored by smestry's avatar smestry

Updated the js for Side panel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104145 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01a18375
......@@ -3,9 +3,8 @@ function trimSpace(doc_id)
return doc_id.replace(/^\s+|\s+$/gm,'');
}
$(document).ready(function()
$(function()
{
$(".DBImage1 div:first").show();
$("#next").click(function() {
if ($(".DBImage1 div:visible").next().length != 0)
{
......
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