
Best Answer Cheren-dow , 24 May 2016 - 15:36
Евгений_К, откройте файл:
Для руссификации замените:
Для удаления alert измените:
- 'click .jsFavoriteClear': function (e, $this) {
- $this.confirm($this.options.text_confirm_all, function () {
- $this.ajax({
- 'url' : $this.options.url_clear,
- 'target' : this,
- 'success': function () {
- window.location.reload();
- }
- });
- });
- }
на:
- 'click .jsFavoriteClear': function (e, $this) {
- //$this.confirm($this.options.text_confirm_all, function () {
- $this.ajax({
- 'url' : $this.options.url_clear,
- 'target' : this,
- 'success': function () {
- window.location.reload();
- }
- });
- //});
- }
