mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 08:55:00 -04:00
Merge bb91107134
into 745a1860ac
This commit is contained in:
commit
7426ae3d62
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@ src/static/js/jquery.js
|
|||
npm-debug.log
|
||||
*.DS_Store
|
||||
.ep_initialized
|
||||
.*.sw?
|
||||
.sw?
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
(function ($) {
|
||||
|
||||
var __debug = false;
|
||||
var __factor = 0.5;
|
||||
var __factor = 1;
|
||||
|
||||
$.fn.farbtastic = function (options) {
|
||||
$.farbtastic(this, options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue