AutoCommit Son Sep 13 13:03:44 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-13 13:03:44 +02:00
parent b073a1a098
commit a9c9b22a94
2 changed files with 4 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ class Neuigkeit < ActiveRecord::Base
acts_as_flagable
FLAG_ICONS={"infoscreen" => "fa fa-flag"}
FLAG_ICONS={"infoscreen" => "fa fa-desktop"}
FLAG_CONFIRM={"infoscreen" => "Neuigkeit am Infoscreen anzeigen"}
def globalize_fallbacks(locale)

View File

@@ -53,8 +53,9 @@
<% end %>
</div>
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" style="height:10px; z-index: 2000; left: 5px; right: 5px; bottom: 5px; height: 10px; position:absolute">
<div id="" class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:0;height:100%"></div>
<div id="" class="ui-progressbar-value ui-widget-header ui-corner-left" style=""></div>
</div>
<script>
@@ -64,10 +65,8 @@ $('#jmpress').jmpress({
barPropertyStart: '0',
barSelector: '.ui-progressbar-value'
},
beforeChange: function(element, eventData) {
initStep: function(element, eventData) {
console.log('We\'re changing to step: #' + $(element).attr('id') + '!');
}
});