removed unnecessary comma
This commit is contained in:
parent
2564eec812
commit
d9ae1f3783
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
}
|
||||
$('#uhr').uhr({
|
||||
width: size + 'px',
|
||||
language: 'de_CH',
|
||||
language: 'de_CH'
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue