Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Показывать календарь на страницах без постов
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyten committed Jun 15, 2009
1 parent a9b9ce6 commit b3b1ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions friends_calendar.changelog
@@ -1,5 +1,8 @@
friends_calendar.user.js changelog
----------------------------------

Версия 1.0.1
Показывать календарь на страницах без постов

Версия 1.0
Первый релиз
4 changes: 2 additions & 2 deletions friends_calendar.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Friends calendar
// @version 1.0
// @version 1.0.1
// @namespace http://gm.lynn.ru/
// @description Календарь для страницы «Что нового»
// @copyright 2009, Alexey Ten (Lynn) (http://lynn.ru)
Expand Down Expand Up @@ -32,7 +32,7 @@ var the_script = function() {
.css({position: 'absolute', margin: '0.5em'})
.html('<input class="y5-Calendar-result-date" type="hidden" value="' + tb + '" />' +
'<span class="y5-Calendar-button">календарь</span>')
.prependTo('td.b-page-body .b-posts-first')
.prependTo('td.b-page-body .h-posts-decor')


y5.Components.init(comp)
Expand Down

0 comments on commit b3b1ccc

Please sign in to comment.