Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Dec 13, 2021
1 parent 3253ead commit 46a947f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.3](https://github.com/viasite/userscript-planfixfix/compare/v1.5.2...v1.5.3) (2021-12-13)


### Bug Fixes

* typo ([3253ead](https://github.com/viasite/userscript-planfixfix/commit/3253ead))



## [1.5.2](https://github.com/viasite/userscript-planfixfix/compare/v1.5.1...v1.5.2) (2021-12-13)


Expand Down
4 changes: 2 additions & 2 deletions dist/planfixfix.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name PlanfixFix
// @author popstas
// @version 1.5.2
// @version 1.5.3
// @namespace viasite.ru
// @description Some planfix.ru improvements
// @unwrap
Expand Down Expand Up @@ -1440,7 +1440,7 @@ const pffSmeta = {
return;
}
if(html.match(/Итого:/)){
win.show_sys_message('Не выделяйте стоку Итого!', 'ERROR');
win.show_sys_message('Не выделяйте строку Итого!', 'ERROR');
return;
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planfixfix",
"version": "1.5.2",
"version": "1.5.3",
"description": "Userscript for Chrome and Firefox for fast analytics insert. Only for tagilcity.planfix.ru",
"scripts": {
"version": "npm run build && npm run changelog && git add CHANGELOG.md dist/planfixfix.user.js",
Expand Down

0 comments on commit 46a947f

Please sign in to comment.