Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 24 → Rev 23

/trunk/JavaScripts/news_search.js
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: JavaScripts/imgtooltip.js
===================================================================
--- JavaScripts/imgtooltip.js (revision 24)
+++ JavaScripts/imgtooltip.js (revision 23)
@@ -21,11 +21,4 @@
position : 'top left'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
- $('img.linux_logo').tooltip({
- effect: 'fade',
- tipClass : 'imgtooltip',
- opacity : 0.7,
- position : 'top right'
- }).dynamic({ bottom: { direction: 'down', bounce: true } });
-
});