AutoCommit Son Sep 13 13:03:44 CEST 2015
This commit is contained in:
@@ -47,7 +47,7 @@ class Neuigkeit < ActiveRecord::Base
|
|||||||
|
|
||||||
acts_as_flagable
|
acts_as_flagable
|
||||||
|
|
||||||
FLAG_ICONS={"infoscreen" => "fa fa-flag"}
|
FLAG_ICONS={"infoscreen" => "fa fa-desktop"}
|
||||||
FLAG_CONFIRM={"infoscreen" => "Neuigkeit am Infoscreen anzeigen"}
|
FLAG_CONFIRM={"infoscreen" => "Neuigkeit am Infoscreen anzeigen"}
|
||||||
|
|
||||||
def globalize_fallbacks(locale)
|
def globalize_fallbacks(locale)
|
||||||
|
|||||||
@@ -53,8 +53,9 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</div>
|
</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 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>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -64,10 +65,8 @@ $('#jmpress').jmpress({
|
|||||||
barPropertyStart: '0',
|
barPropertyStart: '0',
|
||||||
barSelector: '.ui-progressbar-value'
|
barSelector: '.ui-progressbar-value'
|
||||||
},
|
},
|
||||||
beforeChange: function(element, eventData) {
|
initStep: function(element, eventData) {
|
||||||
console.log('We\'re changing to step: #' + $(element).attr('id') + '!');
|
console.log('We\'re changing to step: #' + $(element).attr('id') + '!');
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user