notifier: mention license
This commit is contained in:
parent
fa7c9e65f1
commit
fdf47b9d1c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -160,6 +160,8 @@ fieldset span.note {
|
||||||
<input type="submit" value="Save"/>
|
<input type="submit" value="Save"/>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p>Copyright © 2010 <a target="_blank" href="http://tt-rss.org">Andrew Dolgov</a></p>
|
<p>Copyright © 2010
|
||||||
|
<a target="_blank" href="http://tt-rss.org">Andrew Dolgov</a>.
|
||||||
|
Licensed under GNU GPL version 2.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue