Skip to content

Commit

Permalink
*6052* Fixed misnamed variable in templates/article/article.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrider committed Oct 19, 2010
1 parent 6cb785d commit 83d6206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/article/article.tpl
Expand Up @@ -19,7 +19,7 @@
<script type="text/javascript">{literal}
$(document).ready(function(){
if ($.browser.webkit) { // PDFObject does not correctly work with safari's built-in PDF viewer
var embedCode = "<object id='pdfObject' type='application/pdf' data='{/literal}{$pdfUrl}{literal}' width='99%' height='99%'><div id='pluginMissing'>{/literal}{$noPluginKey}{literal}</div></object>";
var embedCode = "<object id='pdfObject' type='application/pdf' data='{/literal}{$pdfUrl}{literal}' width='99%' height='99%'><div id='pluginMissing'>{/literal}{$noPluginText}{literal}</div></object>";
$("#articlePdf").html(embedCode);
if($("#pluginMissing").is(":hidden")) {
$('#fullscreenShow').show();
Expand Down

0 comments on commit 83d6206

Please sign in to comment.