diff options
author | banux <banux@helheim.net> | 2013-10-27 07:37:05 +0100 |
---|---|---|
committer | banux <banux@helheim.net> | 2013-10-27 07:37:05 +0100 |
commit | 363bc4eb8642d464cc0c099f7ab72a425b56b463 (patch) | |
tree | a749a4b5da749826752aaeb2ab8ee1c6c683427d /themes/default/_head.twig | |
parent | 2b191d8c37bd774bd3eecbf42a5ac9d948ee61a9 (diff) | |
download | wallabag-363bc4eb8642d464cc0c099f7ab72a425b56b463.tar.gz wallabag-363bc4eb8642d464cc0c099f7ab72a425b56b463.tar.zst wallabag-363bc4eb8642d464cc0c099f7ab72a425b56b463.zip |
Add a autoclose parameters. When we use sharing method in plugins like the tiny tiny rss one or the firefox plugins we can passe the autoclose=true parameters that close the popup.
Diffstat (limited to 'themes/default/_head.twig')
-rw-r--r-- | themes/default/_head.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig index d0cbd320..577cc693 100644 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig | |||
@@ -8,3 +8,4 @@ | |||
8 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/messages.css" media="all"> | 8 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/messages.css" media="all"> |
9 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/print.css" media="print"> | 9 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/print.css" media="print"> |
10 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/jquery-2.0.3.min.js"></script> | 10 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/jquery-2.0.3.min.js"></script> |
11 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/autoClose.js"></script> \ No newline at end of file | ||