Commit 98988042e471d62156a62345b5e85d85cd0db319
1 parent
86de5024
Exists in
master
and in
54 other branches
Fix duplicated calling functions on js
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
theme.js
| ... | ... | @@ -261,10 +261,6 @@ $('#link-buscar').click(function(e) { |
| 261 | 261 | set_arrow_direction(); |
| 262 | 262 | set_use_report_content(); |
| 263 | 263 | setEvents(); |
| 264 | - move_article_buttons(); | |
| 265 | - add_link_to_article_div(); | |
| 266 | - insert_notice_div(); | |
| 267 | - | |
| 268 | 264 | }); |
| 269 | 265 | })(jQuery); |
| 270 | 266 | ... | ... |