Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset location: chart.js #1817

Closed
ghost opened this issue Aug 28, 2018 · 1 comment
Closed

Asset location: chart.js #1817

ghost opened this issue Aug 28, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 28, 2018

On sync with the master, I see a change in interface/forms/eye_mag/eye_mag_functions.php where chart.js is stored, but I do not see chart.js in $GLOBALS['assets_static_relative'] = "$web_root/public/assets";

New code:

        </div>
        <script src="<?php echo $GLOBALS['assets_static_relative'] ?>/chart.js/dist/Chart.bundle.min.js"></script>

was:

        <script src="<?php echo $GLOBALS['assets_static_relative'] ?>/Chart.js-2-1-3/dist/Chart.bundle.min.js"></script>
        <div style="position:relative;float:right; margin: 0px 5px;text-align:center;width:60%;">
            <?php
@bradymiller
Copy link
Sponsor Member

hi @ophthal ,

Check out this thread on the new building process for OpenEMR:
https://community.open-emr.org/t/openemr-takes-big-development-step-with-composer-and-npm/10654

-brady

@ghost ghost closed this as completed Nov 20, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant