scsslint, flash styling, new parent start
This commit is contained in:
@ -7,4 +7,8 @@ function getPersonPhone(id, collection){
|
||||
}
|
||||
|
||||
$( document ).ready(function() {
|
||||
$('[data-id=alert_close]').on('click', function(){
|
||||
$(this).parent().slideUp();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user