mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-06 23:00:08 -05:00
9 lines
No EOL
212 B
JavaScript
9 lines
No EOL
212 B
JavaScript
(function() {
|
|
var drop;
|
|
drop = new Drop({
|
|
target: document.querySelector('#bold'),
|
|
content: 'Welcome to the future!',
|
|
position: 'bottom left',
|
|
openOn: 'click'
|
|
});
|
|
})(); |