1
mirror of https://github.com/valentineus/iii-module.git synced 2025-12-21 14:33:21 +04:00

Alpha version

This commit is contained in:
valentineus
2016-09-14 01:30:05 +04:00
parent 4d0e9148a3
commit 288980ceb3
11 changed files with 362 additions and 0 deletions

3
test/javascript.js Normal file
View File

@@ -0,0 +1,3 @@
jQuery(function () {
$('[data-toggle="popover"]').popover()
})