notifier: mention license

This commit is contained in:
Andrew Dolgov 2010-02-18 15:42:40 +03:00
parent fa7c9e65f1
commit fdf47b9d1c
2 changed files with 11 additions and 1 deletions

View File

@ -332,6 +332,14 @@ function updateTitle(s) {
tmp = tmp + " > " + active_title_text; tmp = tmp + " > " + active_title_text;
} }
if (window.fluid) {
if (global_unread > 0) {
window.fluid.dockBadge = global_unread;
} else {
window.fluid.dockBadge = "";
}
}
document.title = tmp; document.title = tmp;
} }

View File

@ -160,6 +160,8 @@ fieldset span.note {
<input type="submit" value="Save"/> <input type="submit" value="Save"/>
</form> </form>
<p>Copyright &copy; 2010 <a target="_blank" href="http://tt-rss.org">Andrew Dolgov</a></p> <p>Copyright &copy; 2010
<a target="_blank" href="http://tt-rss.org">Andrew Dolgov</a>.
Licensed under GNU GPL version 2.</p>
</body> </body>