mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
syntax error
git-svn-id: http://piwigo.org/svn/trunk@25279 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
|
{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
|
||||||
{literal}
|
{literal}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("a.externalLink").click(function() {
|
$("a.externalLink").click(function() {
|
||||||
window.open($(this).attr("href"));
|
window.open($(this).attr("href"));
|
||||||
@@ -35,7 +34,6 @@ $(document).ready(function() {
|
|||||||
$(".adminEmail").text($(this).val());
|
$(".adminEmail").text($(this).val());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|||||||
Reference in New Issue
Block a user