Skip to content

Commit

Permalink
Replace calendar-img with fa-calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill committed May 15, 2016
1 parent 3406fd5 commit 1a40496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed images/calendar-img.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion js/common.js
Expand Up @@ -211,7 +211,7 @@ $(document).ready( function() {
});

$('input[type=text].datetime').each(function(index, element) {
$(this).after('<input type="image" class="button datetime" id="' + element.id + '_datetime_button' + '" src="' + config['icon_path'] + 'calendar-img.gif" />');
$(this).after('&nbsp;<i class="fa fa-calendar fa-lg datetime" id="' + element.id + '_datetime_button' + '"></i>');
Calendar.setup({
inputField: element.id,
timeFormat: 24,
Expand Down

0 comments on commit 1a40496

Please sign in to comment.