Fix some spacing
This commit is contained in:
10
header.php
10
header.php
@@ -34,9 +34,9 @@ isq_load_textdomain();
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<script src='https://www.google.com/recaptcha/api.js'></script><!-- reCAPTCHA -->
|
<script src='https://www.google.com/recaptcha/api.js'></script><!-- reCAPTCHA -->
|
||||||
<?php if (!empty(ISQ::$general['clipboard'])) { ?>
|
<?php if (!empty(ISQ::$general['clipboard'])) { ?>
|
||||||
<script type="text/javascript" src="js/jquery.zclip.min.js"></script>
|
<script type="text/javascript" src="js/jquery.zclip.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('button#long-copy').zclip({
|
$('button#long-copy').zclip({
|
||||||
path:'js/ZeroClipboard.swf',
|
path:'js/ZeroClipboard.swf',
|
||||||
copy:function(){return $('input#long-copy').val();},
|
copy:function(){return $('input#long-copy').val();},
|
||||||
@@ -58,8 +58,8 @@ $(document).ready(function(){
|
|||||||
$("button#stats-copy").html('<?php yourls_e( 'Copied!', 'isq_translation'); ?>');
|
$("button#stats-copy").html('<?php yourls_e( 'Copied!', 'isq_translation'); ?>');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function()
|
$(document).ready(function()
|
||||||
|
|||||||
Reference in New Issue
Block a user