Changeset 29 in bookmarks for trunk/index.cgi


Ignore:
Timestamp:
05/23/13 16:41:22 (11 years ago)
Author:
peter
Message:

added the javascript bookmarklet link to the bottom of the list view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.cgi

    r23 r29  
    11#!/usr/bin/perl -w 
    22use strict; 
    3  
    4 # bookmarklet to add a bookmark via the browser 
    5 # javascript:(function(){window.open("http://grim.ath.cx/~peter/bookmarks?uri="+document.location+"&title="+document.title,"edit_bookmark","width=800,height=250")})() 
    63 
    74package BookmarkApp::Dispatch; 
Note: See TracChangeset for help on using the changeset viewer.