|
@@ -70,7 +70,7 @@ $(document).ready(function() {
|
|
|
maxHeight: $(window).height()*0.88
|
|
|
}); */
|
|
|
$('.sheet-link').click(function(){
|
|
|
- initSheetPopover($(this).attr('data-title'), '${imageServer}', $(this).attr('data-sheet-url'), $(this).attr('data-answer-url'));
|
|
|
+ initSheetPopover($(this).attr('data-title'), '', $(this).attr('data-sheet-url'), $(this).attr('data-answer-url'));
|
|
|
return false;
|
|
|
});
|
|
|
$('.package-link').click(function(){
|