Changeset 1118
- Timestamp:
- 11/12/08 14:25:12 (5 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/Linker/pluginMethods.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/Linker/pluginMethods.js
r1117 r1118 325 325 326 326 // Set the onclick handlers for the link type radio buttons 327 self = this;327 var self = this; 328 328 this.dialog.getElementById('type_url').onclick = function() { 329 329 self.showOptionsForType('url');
