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({
|
$('#uhr').uhr({
|
||||||
width: size + 'px',
|
width: size + 'px',
|
||||||
language: 'de_CH',
|
language: 'de_CH'
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue