aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-17 09:56:20 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-17 09:56:20 +0200
commit5cf3f927a003566c690098c58a4c6c4a4729f12e (patch)
tree4bedd819cbfde0d001b6b99c33bb76a78becc4ce
parenta5fc9eb7db292629271e6414db9e98c3dc60224d (diff)
downloadjquery-ui-5cf3f927a003566c690098c58a4c6c4a4729f12e.tar.gz
jquery-ui-5cf3f927a003566c690098c58a4c6c4a4729f12e.zip
Tooltip: Remove bad docs links from headers
-rw-r--r--themes/base/jquery.ui.tooltip.css2
-rw-r--r--ui/jquery.ui.tooltip.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css
index f1fa50cc6..d144b0a7f 100644
--- a/themes/base/jquery.ui.tooltip.css
+++ b/themes/base/jquery.ui.tooltip.css
@@ -4,8 +4,6 @@
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Tooltip#theming
*/
.ui-tooltip {
padding:8px;
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js
index 97895a6a8..424eca7af 100644
--- a/ui/jquery.ui.tooltip.js
+++ b/ui/jquery.ui.tooltip.js
@@ -5,8 +5,6 @@
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
- * http://docs.jquery.com/UI/Tooltip
- *
* Depends:
* jquery.ui.core.js
* jquery.ui.widget.js