KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: ryanlynch on August 22, 2008, 11:37:14 pm

Title: LogInBody.jsp
Post by: ryanlynch on August 22, 2008, 11:37:14 pm
HI there -

I found the following code at the beginning of LogInBody.jsp and I am hoping someone can tell me if it's important... not sure what info_shopping_cart.php is

<script type="text/javascript"><!--
function session_win() {
  window.open("http://localhost/catalog/info_shopping_cart.php?osCsid=5ed86efcd9ab9e0afa5f7e3810309edb","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus();
}
//--></script>
Title: Re: LogInBody.jsp
Post by: pete on August 23, 2008, 08:08:32 am
Hi,

You can safely delete that script. We'll remove it in the next release.