Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
weather
Commits
d12ab2c5
Commit
d12ab2c5
authored
Nov 24, 2016
by
Manuel Gauto
Browse files
Now with fewer F-words.
parent
87db39f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
weather/client/views/home/home.js
View file @
d12ab2c5
Template
.
home
.
events
({
'
click #fairfax-tab-button
'
(
event
)
{
alert
(
"
FUCK
"
);
},
'
click a.mdl-layout__tab-bar
'
(
event
)
{
console
.
log
(
"
FUCK
"
);
console
.
log
(
event
);
}
});
Template
.
home
.
onRendered
(
function
()
{
document
.
getElementById
(
"
#fairfax-tab-button
"
).
addEventListener
(
"
click
"
,
function
(){
alert
(
"
FUCK
"
);
});
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment