mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add preference options for refreshing the view + controller automatically on windowDidBecomeMain.
Add preference for showing exact or relative dates. Make the showWhitespaceDifferences preference work. Make the context slider in the diff views work. This is done with a minimal version of jQuery 1.3.2 being responsible for the animation and a small cookie storing the last value between page refreshes so that it can be incremented by the HTML sliders default value. TODO: Maybe we can also make the default context value into a preference?
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<link rel="stylesheet" href="commit.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
||||
|
||||
<script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
|
||||
<script type="text/javascript" src="../../lib/jquery-1.3.2.min.js"></script>
|
||||
<script src="multipleSelection.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="commit.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
|
||||
Reference in New Issue
Block a user