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