mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-25 18:36:51 +01:00
Added version number to header
This commit is contained in:
@@ -6,3 +6,11 @@ function openModal(){
|
||||
function closeModal(){
|
||||
$('#modal,#modal-overlay').fadeOut(300);
|
||||
}
|
||||
|
||||
$(function(){
|
||||
|
||||
$.getJSON('https://api.github.com/repos/Codiad/Codiad/tags', function(data){
|
||||
$('.version').text(data[0].name);
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user