Skip to content

Commit c12298b

Browse files
committed
Update drupal-threesixty-slider.js
1 parent c9aff14 commit c12298b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drupal-threesixty-slider.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,14 @@
157157
var li, imageName, image, host;
158158
li = document.createElement('li');
159159
imageName = src[AppCongif.loadedImages] + (($.browser.msie) ? '?' + new Date().getTime() : '');
160-
//imageName = AppCongif.domain + AppCongif.imagePath + AppCongif.filePrefix + (AppCongif.loadedImages + 1) + AppCongif.ext + (($.browser.msie) ? '?' + new Date().getTime() : '');
161160
image = $('<img>').attr('src', imageName).addClass('previous-image').css({height: AppCongif.height, width: AppCongif.width}).appendTo(li);
162161
if(frames.length >= AppCongif.totalFrames)
163162
{
164163
frames2.push(image);
165-
///\\\alert(frames2);
166164
}
167165
else
168166
{
169167
frames.push(image);
170-
//alert(frames[0].attr('src'));
171168
}
172169

173170
base.$el.find(AppCongif.imgList).append(li);

0 commit comments

Comments
 (0)