parent
b9dbfda696
commit
7c197dca88
|
@ -3,7 +3,6 @@ class TextMarqueesController < ApplicationController
|
||||||
subpart = OrbitHelper.get_current_widget
|
subpart = OrbitHelper.get_current_widget
|
||||||
marquee = Marquee.find(OrbitHelper.widget_custom_value)
|
marquee = Marquee.find(OrbitHelper.widget_custom_value)
|
||||||
texts = marquee.marquee_texts.collect do |mqt|
|
texts = marquee.marquee_texts.collect do |mqt|
|
||||||
puts mqt.url
|
|
||||||
{
|
{
|
||||||
"text" => mqt.title,
|
"text" => mqt.title,
|
||||||
"speed" => mqt.speed,
|
"speed" => mqt.speed,
|
||||||
|
|
Loading…
Reference in New Issue