jquery-bracket icon indicating copy to clipboard operation
jquery-bracket copied to clipboard

Is there a way to use the bracked in read-only mode ?

Open noiwid opened this issue 7 years ago • 1 comments

Hi, thanks for your nice plugin !

Is there a way to use it in readonly mode after a competition ? all results are now stored, and I need to find how to disable score editing.

Thanks a lot for your support.

noiwid avatar Mar 29 '18 12:03 noiwid

hi, you can disable the edit by just writing the demo function without any edit or render functions. $(function () { $('div#save .demo').bracket({ teamWidth: 80, scoreWidth: 30, matchMargin: 20, roundMargin: 30, centerConnectors: true, skipConsolationRound: true, init: saveData}) })

likku avatar Jun 26 '18 12:06 likku