Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The list is empty #60

Open
joyously opened this issue Dec 27, 2019 · 2 comments
Open

The list is empty #60

joyously opened this issue Dec 27, 2019 · 2 comments

Comments

@joyously
Copy link

Didn't this page show a list of apps before?
Is it a Mavo problem?

(by the way, the yellow background is my browser's default background color, so no background color was set on the page)

MarkApp Building apps with HTML-4938

@LeaVerou
Copy link
Owner

LeaVerou commented Jan 1, 2020

Works fine for me, can anyone else reproduce?

Why do you have a default background color if you don't expect any sites to use it?

@joyously
Copy link
Author

joyously commented Jan 1, 2020

OK, I tried it in Firefox, and it works. It doesn't work in SeaMonkey. The console says
SyntaxError: invalid property id mavo.min.js:13:87078
which when I clicked on it, brings up a huge selected piece of code (line 13). The column is in this section: (the first right paren of ,t(...e))
postProcess:function(t){var a,n=t.multiValued;if(!0===n||n&&2===n.length?a=(...e)=>{var r=n[0]||0,o=n[1]||1;return Mavo.Script.binaryOperation(e[r],e[o],{scalar:(n,a)=>(r in e&&(e[r]=n),o in e&&(e[o]=a),t(...e)),...t})}:t.isAggregate&&(a=function(e){if(Mavo.in(Mavo.groupedBy,e))return e.map(t=>a(t.$items));var n=t.call(this,...arguments);return void 0===n?e:n}),a&&(e.extend(a,t),a.original=t),t.alias)for(let e of Mavo.toArray(t.alias))Mavo.Functions[e]=a||t;return a}}},i=p.util;Mavo.ready.then(()=>{Object.getOwnPropertyNames(Mavo.Functions).forEach(e=>{var t=i.postProcess(Mavo.Functions[e]);t&&(Mavo.Functions[e]=t)}),Object.getOwnPropertyNames(Math).forEach(e=>{1!==Math[e].length||Mavo.Functions.hasOwnProperty(e)||(Mavo.Functions[e]=t=>Mavo.Script.unaryOperation(t,t=>Math[e](t)))})})}(Bliss,Mavo.value),function(e,t,a,n=a.util){var r=Math.floor,o=Math.abs,i={seconds:1,minutes:60};i.hours=60*i.minutes,i.days=24*i.hours,i.weeks=7*i.days,i.month

And I set a default color in my browser, because I develop themes. I like to know that everything is accounted for, stylewise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants