mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
Dedicated new enterprise form
This commit is contained in:
@@ -28,3 +28,10 @@ show_flash_error = function(message) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$('a.close').click(function(event){
|
||||
event.preventDefault();
|
||||
$(this).parent().slideUp(250);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user