fix data conversion spec, ILYA
This commit is contained in:
parent
d4f99ca080
commit
d040380e57
2 changed files with 3 additions and 2 deletions
|
|
@ -128,6 +128,7 @@ module DataConversion
|
|||
mongo_aspects.updated_at,
|
||||
mongo_aspects.mongo_id,
|
||||
mongo_aspects.user_mongo_id,
|
||||
false,
|
||||
false
|
||||
FROM mongo_aspects
|
||||
INNER JOIN users ON (users.mongo_id = mongo_aspects.user_mongo_id)
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ var Mobile = {
|
|||
$('#main_stream + .pagination').hide();
|
||||
$('#aspect_picker').change(Mobile.changeAspect);
|
||||
$('a').live('tap',function(){
|
||||
$(this).addClass('tapped');
|
||||
})
|
||||
$(this).addClass('tapped');
|
||||
})
|
||||
},
|
||||
|
||||
changeAspect: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue