diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-25 06:01:54 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-25 06:01:54 +0200 |
| commit | 688ad6b4011f1b12c45bac22ba4b23d33d51d950 (patch) | |
| tree | 7624fad09bb7cb8bf58dea4f494e8eae560f9ce1 /extras | |
| parent | 16dbc49a3fb4928365550775efa925640b4cb768 (diff) | |
| download | sqlparse-688ad6b4011f1b12c45bac22ba4b23d33d51d950.tar.gz | |
Use other button.
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/appengine/templates/index.html | 6 | ||||
| -rw-r--r-- | extras/appengine/templates/master.html | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/extras/appengine/templates/index.html b/extras/appengine/templates/index.html index 8313de4..3b4ea6f 100644 --- a/extras/appengine/templates/index.html +++ b/extras/appengine/templates/index.html @@ -90,9 +90,9 @@ <div class="dev">This software is in development.</div> <div> - <a class="FlattrButton" style="display:none;" href="http://sqlformat.appspot.com/"></a> -<noscript><a href="http://flattr.com/thing/350724/SQLFormat-Online-SQL-formatting-service" target="_blank"> -<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript> + <a href="http://flattr.com/thing/350724/SQLFormat-Online-SQL-formatting-service" target="_blank"> + <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /> + </a> </div> </div> diff --git a/extras/appengine/templates/master.html b/extras/appengine/templates/master.html index 8aabd72..ea1c662 100644 --- a/extras/appengine/templates/master.html +++ b/extras/appengine/templates/master.html @@ -13,17 +13,6 @@ <script type="text/javascript" src="/static/jquery.textarearesizer.compressed.js"></script> <script src="/static/script.js"></script> - <script type="text/javascript"> - /* <![CDATA[ */ - (function() { - var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; - s.type = 'text/javascript'; - s.async = true; - s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto'; - t.parentNode.insertBefore(s, t); - })(); -/* ]]> */ - </script> </head> <body> |
