##// END OF EJS Templates
Moved widget js into static
Jonathan Frederic -
Show More
1 NO CONTENT: file renamed from IPython/html/widgets/widget.js to IPython/html/static/notebook/js/widget.js
NO CONTENT: file renamed from IPython/html/widgets/widget.js to IPython/html/static/notebook/js/widget.js
1 NO CONTENT: file renamed from IPython/html/widgets/container/model.js to IPython/html/static/notebook/js/widgets/model_container.js
NO CONTENT: file renamed from IPython/html/widgets/container/model.js to IPython/html/static/notebook/js/widgets/model_container.js
1 NO CONTENT: file renamed from IPython/html/widgets/float_range/model.js to IPython/html/static/notebook/js/widgets/model_float_range.js
NO CONTENT: file renamed from IPython/html/widgets/float_range/model.js to IPython/html/static/notebook/js/widgets/model_float_range.js
1 NO CONTENT: file renamed from IPython/html/widgets/int_range/model.js to IPython/html/static/notebook/js/widgets/model_int_range.js
NO CONTENT: file renamed from IPython/html/widgets/int_range/model.js to IPython/html/static/notebook/js/widgets/model_int_range.js
1 NO CONTENT: file renamed from IPython/html/widgets/selection/model.js to IPython/html/static/notebook/js/widgets/model_selection.js
NO CONTENT: file renamed from IPython/html/widgets/selection/model.js to IPython/html/static/notebook/js/widgets/model_selection.js
1 NO CONTENT: file renamed from IPython/html/widgets/string/model.js to IPython/html/static/notebook/js/widgets/model_string.js
NO CONTENT: file renamed from IPython/html/widgets/string/model.js to IPython/html/static/notebook/js/widgets/model_string.js
1 NO CONTENT: file renamed from IPython/html/widgets/container/view.js to IPython/html/static/notebook/js/widgets/view_container.js
NO CONTENT: file renamed from IPython/html/widgets/container/view.js to IPython/html/static/notebook/js/widgets/view_container.js
1 NO CONTENT: file renamed from IPython/html/widgets/float_range/view_slider.js to IPython/html/static/notebook/js/widgets/view_float_range_slider.js
NO CONTENT: file renamed from IPython/html/widgets/float_range/view_slider.js to IPython/html/static/notebook/js/widgets/view_float_range_slider.js
1 NO CONTENT: file renamed from IPython/html/widgets/float_range/view_text.js to IPython/html/static/notebook/js/widgets/view_float_range_text.js
NO CONTENT: file renamed from IPython/html/widgets/float_range/view_text.js to IPython/html/static/notebook/js/widgets/view_float_range_text.js
1 NO CONTENT: file renamed from IPython/html/widgets/int_range/view_slider.js to IPython/html/static/notebook/js/widgets/view_int_range_slider.js
NO CONTENT: file renamed from IPython/html/widgets/int_range/view_slider.js to IPython/html/static/notebook/js/widgets/view_int_range_slider.js
1 NO CONTENT: file renamed from IPython/html/widgets/int_range/view_text.js to IPython/html/static/notebook/js/widgets/view_int_range_text.js
NO CONTENT: file renamed from IPython/html/widgets/int_range/view_text.js to IPython/html/static/notebook/js/widgets/view_int_range_text.js
1 NO CONTENT: file renamed from IPython/html/widgets/selection/view_dropdown.js to IPython/html/static/notebook/js/widgets/view_selection_dropdown.js
NO CONTENT: file renamed from IPython/html/widgets/selection/view_dropdown.js to IPython/html/static/notebook/js/widgets/view_selection_dropdown.js
1 NO CONTENT: file renamed from IPython/html/widgets/selection/view_radiobutton.js to IPython/html/static/notebook/js/widgets/view_selection_radiobutton.js
NO CONTENT: file renamed from IPython/html/widgets/selection/view_radiobutton.js to IPython/html/static/notebook/js/widgets/view_selection_radiobutton.js
1 NO CONTENT: file renamed from IPython/html/widgets/string/view_textarea.js to IPython/html/static/notebook/js/widgets/view_string_textarea.js
NO CONTENT: file renamed from IPython/html/widgets/string/view_textarea.js to IPython/html/static/notebook/js/widgets/view_string_textarea.js
1 NO CONTENT: file renamed from IPython/html/widgets/string/view_textbox.js to IPython/html/static/notebook/js/widgets/view_string_textbox.js
NO CONTENT: file renamed from IPython/html/widgets/string/view_textbox.js to IPython/html/static/notebook/js/widgets/view_string_textbox.js
@@ -1,7 +1,7 b''
1 from widget import Widget, init_widget_js
1 from base import Widget, init_widget_js
2
2
3 from container import ContainerWidget
3 from container import ContainerWidget
4 from float_range import FloatRangeWidget
4 from float_range import FloatRangeWidget
5 from int_range import IntRangeWidget
5 from int_range import IntRangeWidget
6 from selection import SelectionWidget
6 from selection import SelectionWidget
7 from string import StringWidget
7 from string import StringWidget
1 NO CONTENT: file renamed from IPython/html/widgets/widget.py to IPython/html/widgets/base.py
NO CONTENT: file renamed from IPython/html/widgets/widget.py to IPython/html/widgets/base.py
1 NO CONTENT: file renamed from IPython/html/widgets/container/widget.py to IPython/html/widgets/container.py
NO CONTENT: file renamed from IPython/html/widgets/container/widget.py to IPython/html/widgets/container.py
1 NO CONTENT: file renamed from IPython/html/widgets/float_range/widget.py to IPython/html/widgets/float_range.py
NO CONTENT: file renamed from IPython/html/widgets/float_range/widget.py to IPython/html/widgets/float_range.py
1 NO CONTENT: file renamed from IPython/html/widgets/int_range/widget.py to IPython/html/widgets/int_range.py
NO CONTENT: file renamed from IPython/html/widgets/int_range/widget.py to IPython/html/widgets/int_range.py
1 NO CONTENT: file renamed from IPython/html/widgets/selection/widget.py to IPython/html/widgets/selection.py
NO CONTENT: file renamed from IPython/html/widgets/selection/widget.py to IPython/html/widgets/selection.py
1 NO CONTENT: file renamed from IPython/html/widgets/string/widget.py to IPython/html/widgets/string.py
NO CONTENT: file renamed from IPython/html/widgets/string/widget.py to IPython/html/widgets/string.py
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now