You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing something here, but with the current version, there is no way to actually access the refresh feature of hinclude.
Since there is no exports once the file is loaded and ran you can no longer call hinclude.refresh('element-id'); as hinclude is not in the global scope, nor able to be required or imported.
Open to corrections or suggestions?
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something here, but with the current version, there is no way to actually access the refresh feature of hinclude.
Since there is no exports once the file is loaded and ran you can no longer call
hinclude.refresh('element-id');
as hinclude is not in the global scope, nor able to be required or imported.Open to corrections or suggestions?
The text was updated successfully, but these errors were encountered: