Browse Source

removing the "TODO" stuff; was going to add a spinner here, but tried it and it just didn't look good.

Aaron Newton 15 years ago
parent
commit
72b93651a6

+ 0 - 1
desktop/core/static/js/Source/JFrameRenderers/CCS.JFrame.PartialRefresh.js

@@ -55,7 +55,6 @@ script: CCS.JFrame.PartialRefresh.js
 				if (enableLog) dbug.log('not auto refreshed (%s), or new path (%s != %s) and not forced (%s), existing partial refresh after setup', !options.autorefreshed, jState.prevPath, options.responsePath, options.forcePartial);
 				setPrevPath();
 				jState.partials = partials;
-				content.elements.push(new Element('div', {'class':'footer', 'text': 'TODO: partial footer'}));
 				this.disableSpinnerUsage();
 				return;
 			}