Browse Source

* Add link to program sources

michael 5 years ago
parent
commit
5c3180aa62
1 changed files with 6 additions and 0 deletions
  1. 6 0
      demo/fullcalendar/demofullcalendar.html

+ 6 - 0
demo/fullcalendar/demofullcalendar.html

@@ -53,6 +53,12 @@
     </div>
     <div id="thecalendar">
     </div>
+   <div class="source row">
+     <div>
+       Created using &nbsp; <a target="_blank" href="https://wiki.freepascal.org/pas2js">pas2js.</a> &nbsp;&nbsp;Sources: &nbsp; 
+       <a target="new" href="demofullcalendar.lpr">Program</a>.
+     </div>
+    </div>
   </div>
   <script>
   window.addEventListener("load", rtl.run);