Opened 3 years ago
Closed 3 years ago
#1490 closed Defect (invalid)
Adding a new Javascript to /views/default/pageshells/metatags.php
| Reported by: | SGr33n | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.6RC1 |
| Severity: | minor | Keywords: | Javascript, metatags |
| Cc: | brettp | Difficulty: |
Description
Hi,
I added a new javascript to /views/default/pageshells/metatags.php, a simple alert("Hello!"); then when I open my elgg, the alert appears 2 times, does Elgg call two times the Javascript code?
Bye :)
Change History (1)
comment:1 Changed 3 years ago by cash
- Resolution set to invalid
- Severity changed from blocker to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

There is no /views/default/pageshells/metatags.php in core. If you did extend the "metatags" view with a view that threw an alert, it would only appear once. I just tested that.