hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

Issue with changeDesign in misc-functions.js #175

Closed knut-erik closed 9 years ago

knut-erik commented 9 years ago

Pulled code 19.5.15 and I think #148 broke the qvitter UI for me. I added the following to line 437 in misc-functions.js - if(typeof obj.background_image != 'undefined' && obj.background_image.length > 0)

Obvious the obj.background_image is null in my profile thus an error thrown when trying to read length. (I do not have an backgroundimage on my profile)

issue_qvitter