Sliding Panels Support Product Page

Solved

Script modified incorrectly after update

Reported 03 Aug 2010 13:19:23
1
has this problem
03 Aug 2010 13:19:23 Ben Clark posted:
After the recent update, I went into a site I created in Dreamweaver and opened the dmxSlidingPanels.js file. What was copied to the file should have been copied to a page using Sliding Panels and not the JavaScript file itself.

Here is a piece of what it inserted into the dmxSlidingPanels.js page...


<link rel="stylesheet" type="text/css" href="../Styles/dmxSlidingPanels.css" />
<script type="text/javascript" src="jquery-latest.pack.js"></script>
<script type="text/javascript" src="jquery.easing.1.3.js"></script>
<script type="text/javascript" src="jquery.mousewheel.pack.js"></script>
<script type="text/javascript" src="file:///C|/Documents and Settings/bclark/My Documents/__Web/WORK/ED/ExportToExcel/ScriptLibrary/dmxSlidingPanels.js"></script>
/*
  Sliding Panels
  Version 1.0.0
  Copyright (c) 2010 DMXzone.com
*/
(function($){var version="1.0.0";var frictionDefaults={fast:0.9,normal:0.95,slow:0.97};var durationDefaults={fast:200,normal:400,slow:600};

/*******************************************/
/* Removed the rest to protect the code,   */
/* but it did leave the rest of the script */
/* on the page as expected.                */
/*******************************************/

Replies

Replied 03 Aug 2010 21:11:29
03 Aug 2010 21:11:29 George Petrov replied:
Hi Ben,

This is very weird! On what kind of page you have the Sliding Panels? Maybe a server side include?

When starting from scratch did it happen again?

Greetings,
George
Replied 12 Aug 2010 07:41:51
12 Aug 2010 07:41:51 Ben Clark replied:
I actually only opened the script itself, not the page where it was implemented and it added the extra, 'html' stuff on the same JS. page. The sample of code I gave was taken from the dmxSlidingPanels.js file after I opened it.

Reply to this topic