1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Replaced zepto with jquery

Twitter Bootstrap doesn't work properly with Zepto
This commit is contained in:
Jeremy Ruston 2012-06-08 11:48:25 +01:00
parent b5f8f97ccc
commit 3c834609b8
3 changed files with 6 additions and 4 deletions

4
core/lib/jquery/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,9 @@
{
"tiddlers": [
{
"file": "zepto.min.js",
"file": "jquery.min.js",
"fields": {
"title": "$:/core/lib/zepto.min.js",
"title": "$:/core/lib/jquery.min.js",
"type": "application/javascript",
"library": "yes"
}

File diff suppressed because one or more lines are too long