removed unnecessary options

This commit is contained in:
Manuel Friedli 2014-08-26 18:00:52 +02:00
parent 9abfc59786
commit 3c22e2ab5f
1 changed files with 1 additions and 4 deletions

View File

@ -53,10 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
var height = $(window).height();
var size = Math.min(width, height) + 'px';
$('#uhr').uhr({
width: size,
color: 'black',
language: 'de_CH',
controls: true
width: size
});
})(jQuery);
</script>