Advertisement
customhost

Untitled

Sep 11th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.95 KB | None | 0 0
  1. @@ -61,7 +84,7 @@
  2.  <link rel="stylesheet" href="/ason_js/highslide/highslide.css" type="text/css" />
  3.  <link rel="stylesheet" href="/ason_js/ui/themes/base/jquery.ui.slider.css" type="text/css" />
  4.  <link rel="stylesheet" href="/ason_js/ui/themes/base/jquery.ui.theme.css" type="text/css" />
  5. -<link rel="stylesheet" href="/css/style.css?19713" type="text/css" />
  6. +<link rel="stylesheet" href="/css/style.css?19713345" type="text/css" />
  7.  
  8.  
  9.  <? //<script type="text/javascript" src="/ason_js/jquery-1.4.4.js"></script> ?>
  10. @@ -169,7 +192,15 @@
  11.         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  12.     })();
  13.  </script>
  14. -
  15. +<script type="text/javascript">
  16. +jQuery(document).ready(function(){
  17. +   jQuery("i[title]").each(function(){
  18. +       var h=jQuery(this)[0].outerHTML.replace("<i","<a").replace("title=","href"+"=");
  19. +       h=h.replace("title2","title");
  20. +       jQuery(this)[0].outerHTML=h;
  21. +   });
  22. +});
  23. +</script>
  24.  </head>
  25.  <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement