removed unnecessary options
This commit is contained in:
parent
9abfc59786
commit
3c22e2ab5f
1 changed files with 1 additions and 4 deletions
|
@ -53,10 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
var height = $(window).height();
|
var height = $(window).height();
|
||||||
var size = Math.min(width, height) + 'px';
|
var size = Math.min(width, height) + 'px';
|
||||||
$('#uhr').uhr({
|
$('#uhr').uhr({
|
||||||
width: size,
|
width: size
|
||||||
color: 'black',
|
|
||||||
language: 'de_CH',
|
|
||||||
controls: true
|
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue