Minor fixes

remotes/origin/1203
re0ne 11 years ago
parent c9ff859316
commit e7a5a039ad
  1. 4
      templates/client/static_client/js/_modules/block.exposition.list.js

@ -37,10 +37,10 @@ if (EXPO.exposition.list){
response,
self = this,
handler = function (data) {
if (data.success){
if (data.success) {
console.log('ok');
$(self.DOMbutton).addClass('active');
}else{
} else {
console.log('data not send');
}

Loading…
Cancel
Save