mehr classes statt ids
This commit is contained in:
parent
5708fd52f5
commit
fe243507ec
3 changed files with 10 additions and 9 deletions
|
@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<span class="item dot dot2"></span>
|
||||
<span class="item dot dot3"></span>
|
||||
<span class="item dot dot4"></span>
|
||||
<div id="renderarea" class="renderarea"></div>
|
||||
<div class="letterarea"></div>
|
||||
<!-- glossy reflection -->
|
||||
<span class="reflection"></span>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</div>
|
||||
<p id="disclaimer">Created by fritteli, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>.
|
||||
<script type="text/javascript">
|
||||
var uhr = new Uhr($('#renderarea'), $('#theme'));
|
||||
var uhr = new Uhr($('#uhr'), $('#theme'));
|
||||
$(document).ready(function() {
|
||||
$('#themeswitcher').on('change', function() {
|
||||
uhr.setTheme(this.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue