tryton-sao 6.6.8 → 6.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +5 -0
- package/dist/tryton-sao.js +2 -2
- package/dist/tryton-sao.min.js +2 -2
- package/package.json +1 -1
- package/src/sao.js +1 -1
- package/src/screen.js +1 -1
package/CHANGELOG
CHANGED
package/dist/tryton-sao.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
2
2
|
this repository contains the full copyright notices and license terms. */
|
|
3
3
|
var Sao = {
|
|
4
|
-
__version__: '6.6.
|
|
4
|
+
__version__: '6.6.9',
|
|
5
5
|
};
|
|
6
6
|
|
|
7
7
|
(function() {
|
|
@@ -12221,7 +12221,7 @@ var Sao = {
|
|
|
12221
12221
|
if (!text) {
|
|
12222
12222
|
return;
|
|
12223
12223
|
}
|
|
12224
|
-
Sao.common.ask.run(Sao.i18n.gettext('Bookmark Name:', 'bookmark')
|
|
12224
|
+
Sao.common.ask.run(Sao.i18n.gettext('Bookmark Name:'), 'bookmark')
|
|
12225
12225
|
.then(name => {
|
|
12226
12226
|
if (!name) {
|
|
12227
12227
|
return;
|