Skip to content

Commit

Permalink
add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuzee committed Dec 1, 2015
1 parent f5d9401 commit bf713f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Elements/slide.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $1102(document).ready(function(){
onSlideAfter: function($slideElement, oldIndex, newIndex){
$1102('#slide_progress').slider("value", newIndex + 1);
}
}
};
myslider = $1102('.openslideshare_body .bxslider_<?php echo $slide["key"]; ?>').bxSlider(slider_config);
// Add links to move backward or next.
$1102('.openslideshare_body .bx-wrapper').append($1102('<img src="<?php echo Router::url($this->Html->url("/img/spacer.png"), true); ?>" style="z-index:9999;width:128px;height:128px;position:absolute;top:50%;left:0%;margin-top:-64px;margin-left:0px;cursor:pointer;border:0px !important" onclick="javascript:myslider.goToPrevSlide();" />'));
Expand Down

0 comments on commit bf713f8

Please sign in to comment.