Changeset 6e21d82d4ba18596470295a710244ab2161c203a
- Timestamp:
- 12/03/08 19:15:40
(4 years ago)
- Author:
- Umar Farooq <umar@omniti.com>
- git-committer:
- Umar Farooq <umar@omniti.com> 1228331740 +0000
- git-parent:
[55168c75e76b2c0c385088d498edc4e1a4842332]
- git-author:
- Umar Farooq <umar@omniti.com> 1228331740 +0000
- Message:
remove Remember button whenever we leave the graph
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf6f7270 |
r6e21d82 |
|
| 43 | 43 | |
|---|
| 44 | 44 | function set_current_graph_id(id) { |
|---|
| | 45 | $(".rememberGraph").fadeOut('fast'); |
|---|
| 45 | 46 | if(id!='') { |
|---|
| 46 | 47 | graphinfo.saved = true; |
|---|