Giter VIP home page Giter VIP logo

Comments (7)

buddh4 avatar buddh4 commented on August 29, 2024

Hi, sorry cannot recreate the issue. The page should not even reload after submitting a new event. Can you check if there is any kind of error or something in the developer console of your browser ?

from calendar.

danbracey avatar danbracey commented on August 29, 2024

URL: /index.php?r=calendar%2Fentry%2Fedit&start_datetime=2016-03-20%2000%3A00%3A00&end_datetime=2016-03-21%2000%3A00%3A00&fullCalendar=1&createFromGlobalCalendar=1&uguid=1d170150-95e3-465b-8c75-4306d66d1ab8

Developer Console:
Uncaught ReferenceError: $ is not defined (index.php:1)
Uncaught ReferenceError: $ is not defined (index.php:2)

from calendar.

danbracey avatar danbracey commented on August 29, 2024

Sorted! My index.php file was on debug mode! Disable the debug lines on production

from calendar.

danbracey avatar danbracey commented on August 29, 2024

Not fixed, just refreshed and it happened again... Help please!

from calendar.

buddh4 avatar buddh4 commented on August 29, 2024

Hi, can you copy the line of code where the error is happening. You should be able to click in the error to get to the javascript line. It seems that somehow jquery is used before its included in the page.

from calendar.

danbracey avatar danbracey commented on August 29, 2024

<script>if(typeof $("#calendar").fullCalendar != "undefined") { $("#calendar").fullCalendar("refetchEvents"); } else { location.reload(); }</script><script> $('#globalModal').modal('hide'); </script>

from calendar.

buddh4 avatar buddh4 commented on August 29, 2024

Ok, this should already be fixed in the current master and upcoming 1.0 release. The globalModal elements somehow loses its handler in the old version and loads the page with the result instead of display the result in a modal window. Strange that it did not happen when i tested it with the beta4. The new version will be released this week.

from calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.