Skip to content

Commit

Permalink
Fixing the update dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackSkorpio committed Mar 28, 2016
1 parent 18e8ca5 commit e6edf1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OxyGen/index.lens
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<koken:include file="inc/components/header.html" />
<main role="main">
<koken:note>
<script>
$(document).ready(function() {$('div.update-notifier').animate({top: '100px'}, 'slow');});
</script>
<div id="updater" style="z-index:900;">
<koken:include file="inc/update.php" />
</div>
Expand Down

0 comments on commit e6edf1a

Please sign in to comment.