Skip to content

Commit

Permalink
increase add url bookmarlet window height
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed Jun 1, 2022
1 parent 48f0eaf commit bbf0fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion espial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: espial
version: 0.0.13
version: 0.0.14
synopsis: Espial is an open-source, web-based bookmarking server.
description: .
Espial is an open-source, web-based bookmarking server.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: espial
synopsis: Espial is an open-source, web-based bookmarking server.
version: "0.0.13"
version: "0.0.14"
description: ! '
Espial is an open-source, web-based bookmarking server.
Expand Down
2 changes: 1 addition & 1 deletion templates/user-settings.hamlet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<main #main_column .pv2.ph3.mh1>
<div .w-100.mw8.center>
<div .pa3>
<a .bookmarklet.link.ba.b--dotted.b--light-silver href="javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('@{AddViewR}?_hasdata&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Espial','toolbar=no,width=700,height=350'));">add url bookmarklet
<a .bookmarklet.link.ba.b--dotted.b--light-silver href="javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('@{AddViewR}?_hasdata&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Espial','toolbar=no,width=700,height=360'));">add url bookmarklet

<a .pa3 href="@{ChangePasswordR}">Change Password

Expand Down

0 comments on commit bbf0fec

Please sign in to comment.