vyakarana / plugin

1 stars 0 forks source link

Strange Nagari - virAma issue #2

Open drdhaval2785 opened 7 years ago

drdhaval2785 commented 7 years ago

Strange Nagari error

Clicked on अथर्वशिरोपनिषद्‌ in http://www.sanskritworld.in/index/detailview/book_id/atharvaziropanisad

I guess that terminal virAma has some issue in detecting it as proper nAgarI word. The pop up symbol keeps on rotating.

Error in the console log STRANGE NAGARI अथर्वशिरोपनिषद्

Code responsible - content.js line 125

    if (words[0] != nagari) {
        log('STRANGE NAGARI', nagari);
        throw new Error();
    }