fixed broken modal on feed page

remotes/origin/1203
pavel 11 years ago
parent 69e186e819
commit 4f042a4245
  1. 15
      templates/client/accounts/feed.html
  2. 1
      templates/client/static_client/js/_modules/block.common.js
  3. 2
      templates/client/static_client/js_min/_modules/page.events.feed.min.js

@ -139,6 +139,20 @@
labelId: 'filter-subject-label'
},
modal:{
id:'filter-modal',
wrapClass:'search-modal-wrap',
size:{
'filter-pwSubj':{
width:640,
height:514
},
'filter-pwPlace':{
width:640,
height:460
}
}
},
filter: {
wrapperId:'"events-filter-wrap"',
bodyId:'events-filter',
@ -146,6 +160,7 @@
hintId:'filter-hint-block'
}
});
</script>
</div>

@ -364,6 +364,7 @@ if (EXPO.common){
* @param options
* @constructor
*/
that.Modal = function (options) {
var self = this;
this.id;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save