From e63be55b8ae15d60344ae4041cec5381e58184d1 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Wed, 27 Feb 2013 21:48:15 +0000 Subject: [PATCH] 1.4 --- index.php | 27 +++--- public/CHANGELOG | 6 -- public/CHANGELOG.md | 20 +++++ public/README | 12 --- public/README.md | 11 +++ public/config.php | 6 +- public/jquery.qtip.min.css | 2 +- public/js/jquery.qtip.min.js | 15 +--- public/normal.css | 25 +++++- public/public.css | 159 ----------------------------------- 10 files changed, 75 insertions(+), 208 deletions(-) delete mode 100644 public/CHANGELOG create mode 100644 public/CHANGELOG.md delete mode 100644 public/README create mode 100644 public/README.md delete mode 100644 public/public.css diff --git a/index.php b/index.php index 8f7e405..2f58f0d 100644 --- a/index.php +++ b/index.php @@ -47,16 +47,16 @@ if ( $message = $url. "added to database") { -if (screen.width <= 720) { document.location = 'mobile.php'; }"; } ?> -<?php echo $ISQtitle; ?> +if (screen.width <= 720) { document.location = 'mobile.php'; }"; } ?> +<?php echo $ISQtitle; ?> - - - - - - - + + + + + + + @@ -65,6 +65,8 @@ $(document).ready(function() { // Match all labels with a title tag and use it as the content $('label[title]').qtip(); + // Match all bookmarklet links and use their title as content + $('a.bookmarklet[title]').qtip(); }); @@ -148,8 +150,11 @@ HTML;

The bookmarklets

-

To use the bookmarklets drag them to your bookmark bar or simply right click on them and select the appropriate option. The instant bookmarklet shortens the URL of the current tab and then opens a kwl.me page in the current tab.

-

Instant Shorten

+

To use the bookmarklets drag them to your bookmark bar or simply right click on them and select the appropriate option.

+Simple Shorten +Instant Shorten +Custom Shorten +Instant Custom Shorten