This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Load Facebook SDK for JavaScript --> | |
| <div id="fb-root"></div> | |
| <script defer> | |
| function loadMessenger() { | |
| window.fbAsyncInit = function() { | |
| FB.init({ | |
| xfbml : true, | |
| version : 'v7.0' | |
| }); | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const mix = require('laravel-mix'); | |
| // Import the workbox plugin | |
| require('laravel-mix-workbox'); | |
| mix | |
| // ... js, scss, and other rules | |
| // webpackConfig is important here | |
| .webpackConfig({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| // Check that service workers are supported | |
| if ('serviceWorker' in navigator) { | |
| // Use the window load event to keep the page load performant | |
| window.addEventListener('load', () => { | |
| navigator.serviceWorker.register('/sw.js'); | |
| }); | |
| } | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ID | Titel | Custom ranking | Description | |
|---|---|---|---|---|
| 10001 | Henk | 1 | Telt niet mee | |
| 10002 | Henk | 2 | Telt niet mee | |
| 10003 | Henk | 3 | Telt niet mee | |
| 10004 | Henk | 4 | Telt niet mee | |
| 10005 | Henk | 5 | Telt niet mee | |
| 10006 | Henk | 6 | Telt niet mee | |
| 10007 | Henk | 7 | Telt niet mee | |
| 10008 | Henk | 8 | Telt niet mee | |
| 10009 | Henk | 9 | Telt niet mee |
OlderNewer