Skip to content

Commit

Permalink
Update yandexweather.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Jun 14, 2018
1 parent ab40f64 commit 4319e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/yandexweather/yandexweather.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ function tlg_yandex() {
$this->buildInlineKeyboardButton($text="Текущая","","Callback_yandexweather_saynow",""),
$this->buildInlineKeyboardButton($text="Прогноз","","Callback_yandexweather_sayforecast",""),
$this->buildInlineKeyboardButton($text="Виджет с сайта","","Callback_yandexweather_widget1",""),
$this->buildInlineKeyboardButton($text="Виджет локальный","","Callback_yandexweather_widget2",""),
$this->buildInlineKeyboardButton($text="Виджет текстовый","","Callback_yandexweather_widget3","")
//$this->buildInlineKeyboardButton($text="Виджет локальный","","Callback_yandexweather_widget2",""),
//$this->buildInlineKeyboardButton($text="Виджет текстовый","","Callback_yandexweather_widget3","")
) );
$keyb = $this->buildInlineKeyBoard($option);
Expand Down

0 comments on commit 4319e7b

Please sign in to comment.