Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Found a fix for certain unterminated string constant errors

Featured Replies

I would get this error on certain machines and sometimes not others. After a bunch of ours I found that certain spaces or characters would cause this in the description. Things like ( or . and or line spaces after pressing enter would cause this error. So check your descriptions and don't make it too fancy! Hope this helps some of you out!

Of course this ends with an error because of the store js-file.

e.g. if you try a description like this:

This is my
cool 'description'.

This could end up in something like this

desc[pn]='This is my
cool 'description'.';

As you can (hopfully) see, this can cause this error.

If you want cool descriptions you can use html-tags.

e.g.

This is my<br/>cool 'description'.

I use a table and some css to create multi-line descriptions.

e.g.

<div style="padding:5px;"><b style="white-space:nowrap;">Freeware/OpenSource</b><br/><table style="color:black;font-family:\'Courier New\', monospace;font-size:1em;border:none;"><tr><th align="left" nowrap><u>Beschreibung</u></th></tr><tr><td style="white-space:nowrap;">Benchmark-Programm um die Leistungsfähigkeit</td></tr><tr><td style="white-space:nowrap;">der Grafikkarte zu testen.</td></tr><tr><td style="white-space:nowrap;">Homepage: <a href="http://www.futuremark.com/" target="_blank">http://www.futuremark.com/</a></td></tr></table></div>

Al

I am debating on adding a web style text editor for the description. It will have basic html buttons like here on MSFN. It will help eliminate errors like above from happening. I just to find a better one than I have.

The one I have is like that; nowhere near as complete.....next version maybe.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.