Title: SyntaxError: missing ; before statement
Last modified: September 10, 2017

---

# SyntaxError: missing ; before statement

 *  [stormdiscount](https://wordpress.org/support/users/stormdiscount/)
 * (@stormdiscount)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/syntaxerror-missing-before-statement/)
 * The Plugin works correctly but shows two errors within the browser console when
   i enable the plugin.
 * When i enable the plugin i noticed these two errors.
 * SCRIPT1004: Expected ‘;’
    [http://www.mijngps.com](http://www.mijngps.com) (1,73772)
 * SCRIPT1004: Expected ‘;’
    [http://www.mijngps.com](http://www.mijngps.com) (1,75330)
 * SyntaxError: missing ; before statement
 * [https://docs.microsoft.com/en-us/scripting/javascript/misc/expected-semicolon](https://docs.microsoft.com/en-us/scripting/javascript/misc/expected-semicolon)
 * I Narrowed it down to this portion within preventer-index.php
 *     ```
       <script id="wpcp_disable_Right_Click" type="text/javascript">
       //<![CDATA[
       document.ondragstart = function() { return false;}
       /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       Disable context menu on images by GreenLava Version 1.0
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
       function nocontext(e) {
       return false;
       }
       document.oncontextmenu = nocontext;
       //]]>
       </script>
       ```
   
 * [http://www.webtoolkitonline.com/javascript-tester.html](http://www.webtoolkitonline.com/javascript-tester.html)
   shows the error.
 * Any idear how i can fix these two errors ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsyntaxerror-missing-before-statement%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘SyntaxError: missing ; before statement’ is closed to new replies.

 * ![](https://ps.w.org/wp-content-copy-protector/assets/icon-256x256.png?rev=976781)
 * [WP Content Copy Protection & No Right Click](https://wordpress.org/plugins/wp-content-copy-protector/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-content-copy-protector/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-content-copy-protector/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-content-copy-protector/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-content-copy-protector/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [stormdiscount](https://wordpress.org/support/users/stormdiscount/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/syntaxerror-missing-before-statement/)
 * Status: not resolved